Skip to content

Commit 3583a9c

Browse files
Kenneth Reitzlaullon
authored andcommitted
easier on the eyes
1 parent 3813be3 commit 3583a9c

File tree

1 file changed

+36
-2
lines changed

1 file changed

+36
-2
lines changed

html/views/history/history.css

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,11 @@ a.showdiff {
236236
}
237237

238238
#filelist span.add {
239-
background-color: green;
239+
background-color: rgba(0, 255, 0, 0.199219);
240240
}
241241

242242
#filelist span.rem {
243-
background-color: red;
243+
background-color: rgba(255, 0, 0, 0.199219);
244244
}
245245

246246
#filelist td.bar {
@@ -324,4 +324,38 @@ a.showdiff {
324324
.filemerge {
325325
float: right;
326326
text-align: center;
327+
}
328+
329+
/* scrollbars */
330+
331+
::-webkit-scrollbar {
332+
width: 6px;
333+
height: 6px;
334+
}
335+
336+
::-webkit-scrollbar-button:start:decrement,
337+
::-webkit-scrollbar-button:end:increment {
338+
display: block;
339+
height: 10px;
340+
}
341+
342+
::-webkit-scrollbar-button:vertical:increment {
343+
background-color: #fff;
344+
}
345+
346+
::-webkit-scrollbar-track-piece {
347+
background-color: #eee;
348+
-webkit-border-radius: 3px;
349+
}
350+
351+
::-webkit-scrollbar-thumb:vertical {
352+
height: 50px;
353+
background-color: #ccc;
354+
-webkit-border-radius: 3px;
355+
}
356+
357+
::-webkit-scrollbar-thumb:horizontal {
358+
width: 50px;
359+
background-color: #ccc;
360+
-webkit-border-radius: 3px;
327361
}

0 commit comments

Comments
 (0)