Change chrome scrollbar color. Closes #65

This commit is contained in:
Victor Dubiniuk 2013-10-16 19:24:55 +03:00
parent cdbba60926
commit 880db3233f

View File

@ -1,3 +1,7 @@
::-webkit-scrollbar-thumb {
background-color: #fff;
}
#documents-content #emptyfolder {
position: static;
margin:0;