Check users, Comment administrators, csmoderator, Interface administrators, oversight, Suppressors, Administrators
8,086
edits
Happy 11th anniversary, screamer wiki!
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 41: | Line 39: | ||
border-radius: 0px !important; | border-radius: 0px !important; | ||
} | } | ||
::-webkit-scrollbar-thumb { | ::-webkit-scrollbar-thumb { | ||
-webkit-border-radius: 0px !important; | -webkit-border-radius: 0px !important; | ||
Line 48: | Line 45: | ||
-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; | ||
} | } | ||
::-webkit-scrollbar-thumb:window-inactive { | ::-webkit-scrollbar-thumb:window-inactive { | ||
background: #A62e10 !important; | background: #A62e10 !important; |
edits