smaller scrollbars

This commit is contained in:
Athou
2013-07-02 15:42:41 +02:00
parent 04185c155d
commit 0a24d51401
2 changed files with 1 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
::-webkit-scrollbar {
width: 12px;
height: 12px;
height: 8px;
}
::-webkit-scrollbar-track {

View File

@@ -34,9 +34,6 @@ pre {
border-bottom-right-radius: 2px;
}
/* Better scrollbar*/
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-thumb {
background: rgba(0,0,0,0.4);
}