From 880db3233f0d1682432355e6fcfba25c77311127 Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Wed, 16 Oct 2013 19:24:55 +0300 Subject: [PATCH] Change chrome scrollbar color. Closes #65 --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index cbb05858..17827d76 100755 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,7 @@ +::-webkit-scrollbar-thumb { + background-color: #fff; +} + #documents-content #emptyfolder { position: static; margin:0;