37
edits
Pseudosphere (talk | contribs) No edit summary |
Pseudosphere (talk | contribs) No edit summary |
||
Line 40: | Line 40: | ||
} | } | ||
.NS::-webkit-scrollbar-button:horizontal { | .NS::-webkit-scrollbar-button:horizontal { | ||
border-style: solid | border-style: solid solid solid none; | ||
height: 18px; | height: 18px; | ||
width: 17px; | width: 17px; | ||
Line 49: | Line 49: | ||
width: 18px; | width: 18px; | ||
} | } | ||
.NS::-webkit-scrollbar-button:disabled, .NS::-webkit-scrollbar-button | .NS::-webkit-scrollbar-button:disabled, .NS::-webkit-scrollbar-button:start { | ||
display: none; | display: none; | ||
} | } | ||
.NS::-webkit-scrollbar-button | .NS::-webkit-scrollbar-button:end:decrement:enabled { | ||
display: block; | display: block; | ||
} | } |
edits