MediaWiki:Vector.css: Difference between revisions
| No edit summary |  Thanks Encyclopedia Spongebobia | ||
| Line 894: | Line 894: | ||
| /* Scrollbar */ | /* Scrollbar */ | ||
| ::-webkit-scrollbar { | |||
| 	width: 12px !important; | |||
| 	-webkit-overflow-scrolling: auto !important; | |||
| } | |||
| ::-webkit-scrollbar-track { | ::-webkit-scrollbar-track { | ||
| 	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important; | |||
| 	-webkit-border-radius: 0px !important; | |||
| 	border-radius: 0px !important; | |||
| } | } | ||
| ::-webkit-scrollbar-thumb { | ::-webkit-scrollbar-thumb { | ||
| 	-webkit-border-radius: 0px !important; | |||
| 	border-radius: 0px !important; | |||
| 	background: #d13c17 !important;  | |||
| 	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important;   | |||
| } | } | ||
| ::-webkit-scrollbar-thumb:window-inactive { | |||
| ::-webkit-scrollbar-thumb: | 	background: #A62e10 !important;   | ||
| } | } | ||
