From 6a0ca8dbfcffccb4d5f7144157b79eac881e98bb Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 27 Jun 2011 22:58:30 -0400 Subject: [PATCH] easier on the eyes --- html/views/history/history.css | 38 ++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/html/views/history/history.css b/html/views/history/history.css index b02c853..93af73e 100644 --- a/html/views/history/history.css +++ b/html/views/history/history.css @@ -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; } \ No newline at end of file