don't change scrollbars
authorKenneth Reitz <me@kennethreitz.com>
Fri, 8 Jun 2012 02:44:14 +0000 (22:44 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Fri, 8 Jun 2012 02:44:14 +0000 (22:44 -0400)
Fixes #159

docs/_themes/kr/static/flasky.css_t

index e539762..c86b80b 100644 (file)
@@ -528,41 +528,6 @@ a:hover tt {
     }
 }
 
-
-/* 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;
-}
-
 /* misc. */
 
 .revsys-inline {