MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1,371: | Line 1,371: | ||
/* Hover real (input invisível recebe hover) */ | /* Hover real (input invisível recebe hover) */ | ||
#vector-appearance-dropdown | /*#vector-appearance-dropdown | ||
.vector-dropdown-checkbox:hover | .vector-dropdown-checkbox:hover | ||
+ .cdx-button { | + .cdx-button { | ||
background: rgba(146, 255, 0, 0.30) !important; | background: rgba(146, 255, 0, 0.30) !important; | ||
color: #1B2826 !important; | color: #1B2826 !important; | ||
} | }*/ | ||
/* Estado ativo (dropdown aberto) */ | /* Estado ativo (dropdown aberto) */ | ||
| Line 2,409: | Line 2,409: | ||
/* ========================================================= */ | /* ========================================================= */ | ||
#vector-page-titlebar-toc-label .cdx-button:hover, | #vector-page-titlebar-toc-label .cdx-button:hover, | ||
#vector-sticky-header-toc-label .cdx-button:hover, | |||
#vector-main-menu-dropdown .cdx-button:hover, | #vector-main-menu-dropdown .cdx-button:hover, | ||
#vector-main-menu-dropdown .cdx-button:focus, | #vector-main-menu-dropdown .cdx-button:focus, | ||
| Line 2,416: | Line 2,416: | ||
box-shadow: none !important; | box-shadow: none !important; | ||
} | } | ||
/* Also kill the pseudo overlay (important!) */ | /* Also kill the pseudo overlay (important!) */ | ||
#vector-main-menu-dropdown .cdx-button::before { | #vector-main-menu-dropdown .cdx-button::before { | ||
| Line 2,426: | Line 2,424: | ||
/* Prevent checkbox hover triggering visual effect */ | /* Prevent checkbox hover triggering visual effect */ | ||
#vector-main-menu-dropdown | #vector-main-menu-dropdown | ||
.vector-dropdown-checkbox:hover | .vector-dropdown-checkbox:hover | ||
+ .cdx-button { | + .cdx-button { | ||
background: rgba(146,255,0,0.30) !important; | background: rgba(146,255,0,0.30) !important; | ||
} | } | ||