MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 110: | Line 110: | ||
/* ===== FIX HOVER DOS ICON BUTTONS | /* ===== FIX REAL DO HOVER DOS ICON BUTTONS ===== */ | ||
.skin-vector-2022 .mw-header .cdx-button, | |||
.skin-vector-2022 .vector-sticky-header .cdx-button { | |||
mix-blend-mode: normal !important; | |||
} | |||
.skin-vector-2022 .mw-header .cdx-button:hover, | .skin-vector-2022 .mw-header .cdx-button:hover, | ||
.skin-vector-2022 .vector-sticky-header .cdx-button:hover { | .skin-vector-2022 .vector-sticky-header .cdx-button:hover { | ||
mix-blend-mode: normal !important; | mix-blend-mode: normal !important; | ||
background-color: rgba(255,255,255,0.12) !important; | background-color: rgba(255,255,255,0.12) !important; | ||
color: #ffffff !important; | |||
} | } | ||