remove log scrollbars css (not used anyway)

This commit is contained in:
Sven Fuchs 2013-02-22 22:04:53 +01:00
parent 0b5715fe43
commit 4ed82fa2b9

View File

@ -56,23 +56,6 @@ pre#log
#log.loading
padding: 25px 0 0 10px
#log::-webkit-scrollbar
height: 10px
width: 10px
#log::-webkit-scrollbar-button:start:decrement,
#log::-webkit-scrollbar-button:end:increment
display: none
#log::-webkit-scrollbar-track-piece
background: #444
-webkit-border-radius: 4px
#log::-webkit-scrollbar-thumb:horizontal
background: -webkit-gradient(linear, left top, left bottom, from(#85888E), to(#55585E))
-webkit-border-radius: 4px
width: 25px
#log-container
position: relative