MediaWiki:Vector.css: Difference between revisions
Screamer1234 (talk | contribs) No edit summary |
Screamer1234 (talk | contribs) No edit summary |
||
Line 30: | Line 30: | ||
/* Usernames /* | /* Usernames /* | ||
/* Scrollbar */ | /* Scrollbar */ | ||
::-webkit-scrollbar { | ::-webkit-scrollbar { | ||
width: 12px !important; | width: 12px !important; | ||
-webkit-overflow-scrolling: auto !important; | -webkit-overflow-scrolling: auto !important; | ||
} | } | ||
::-webkit-scrollbar-track { | ::-webkit-scrollbar-track { | ||
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1) !important; | -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1) !important; | ||
Line 39: | Line 41: | ||
border-radius: 0px !important; | border-radius: 0px !important; | ||
} | } | ||
::-webkit-scrollbar-thumb { | ::-webkit-scrollbar-thumb { | ||
-webkit-border-radius: 0px !important; | -webkit-border-radius: 0px !important; |