MediaWiki:Common.css: Difference between revisions
mNo edit summary |
No edit summary |
||
| Line 711: | Line 711: | ||
.nowraplinks .selflink { | .nowraplinks .selflink { | ||
white-space: nowrap; | white-space: nowrap; | ||
} | |||
/***********************/ | |||
/* Special:Preferences */ | |||
/***********************/ | |||
/* don't let people (easily) switch to the bad, updated vector theme which isn't properly styled for the wiki */ | |||
label:has(input[value="vector-2022"]) { | |||
display: none; | |||
} | } | ||