mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
easier on the eyes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user