File tree Expand file tree Collapse file tree 1 file changed +36
-2
lines changed Expand file tree Collapse file tree 1 file changed +36
-2
lines changed Original file line number Diff line number Diff line change @@ -236,11 +236,11 @@ a.showdiff {
236
236
}
237
237
238
238
# filelist span .add {
239
- background-color : green ;
239
+ background-color : rgba ( 0 , 255 , 0 , 0.199219 ) ;
240
240
}
241
241
242
242
# filelist span .rem {
243
- background-color : red ;
243
+ background-color : rgba ( 255 , 0 , 0 , 0.199219 ) ;
244
244
}
245
245
246
246
# filelist td .bar {
@@ -324,4 +324,38 @@ a.showdiff {
324
324
.filemerge {
325
325
float : right;
326
326
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 ;
327
361
}
You can’t perform that action at this time.
0 commit comments