MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 1,865: | Line 1,865: | ||
.skin-vector-2022 .mw-header .cdx-icon:hover { | .skin-vector-2022 .mw-header .cdx-icon:hover { | ||
color: #92ff00; | color: #92ff00; | ||
} | |||
/* ===== FIX MISSING APPEARANCE ICON ===== */ | |||
.mw-ui-icon-wikimedia-appearance { | |||
-webkit-mask-image: url("/resources/lib/codex-icons/appearance.svg") !important; | |||
mask-image: url("/resources/lib/codex-icons/appearance.svg") !important; | |||
background-color: currentColor !important; | |||
} | } | ||