easier on the eyes

This commit is contained in:
Kenneth Reitz
2011-06-27 22:58:30 -04:00
parent acc1272837
commit 6a0ca8dbfc
+36 -2
View File
@@ -236,11 +236,11 @@ a.showdiff {
}
#filelist span.add {
background-color: green;
background-color: rgba(0, 255, 0, 0.199219);
}
#filelist span.rem {
background-color: red;
background-color: rgba(255, 0, 0, 0.199219);
}
#filelist td.bar {
@@ -324,4 +324,38 @@ a.showdiff {
.filemerge {
float: right;
text-align: center;
}
/* scrollbars */
::-webkit-scrollbar {
width: 6px;
height: 6px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
display: block;
height: 10px;
}
::-webkit-scrollbar-button:vertical:increment {
background-color: #fff;
}
::-webkit-scrollbar-track-piece {
background-color: #eee;
-webkit-border-radius: 3px;
}
::-webkit-scrollbar-thumb:vertical {
height: 50px;
background-color: #ccc;
-webkit-border-radius: 3px;
}
::-webkit-scrollbar-thumb:horizontal {
width: 50px;
background-color: #ccc;
-webkit-border-radius: 3px;
}