MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 2,147: | Line 2,147: | ||
} | } | ||
/* | /* Estado HOVER (Passar o rato) */ | ||
#vector-page-titlebar-toc-checkbox:hover + #vector-page-titlebar-toc-label { | #vector-page-titlebar-toc-checkbox:hover + #vector-page-titlebar-toc-label { | ||
background-color: #1B2826 !important; | background-color: #1B2826 !important; | ||
} | } | ||
#vector-page-titlebar-toc-checkbox:hover + #vector-page-titlebar-toc-label .vector-icon { | #vector-page-titlebar-toc-checkbox:hover + #vector-page-titlebar-toc-label .vector-icon { | ||
background-color: # | filter: brightness(0) invert(1) !important; /* Torna o ícone branco */ | ||
opacity: 1 !important; | |||
} | |||
#vector-page-titlebar-toc-checkbox:hover + #vector-page-titlebar-toc-label .vector-dropdown-label-text { | |||
color: #ffffff !important; /* Texto branco */ | |||
} | |||
/* Estado CHECKED (Quando o menu está aberto) */ | |||
#vector-page-titlebar-toc-checkbox:checked + #vector-page-titlebar-toc-label { | |||
background-color: #1B2826 !important; | |||
} | |||
#vector-page-titlebar-toc-checkbox:checked + #vector-page-titlebar-toc-label .vector-icon { | |||
filter: brightness(0) invert(1) !important; | filter: brightness(0) invert(1) !important; | ||
opacity: 1 !important; | |||
} | } | ||
#vector-page-titlebar-toc-checkbox:checked + #vector-page-titlebar-toc-label .vector-dropdown-label-text { | |||
#vector-page-titlebar-toc-checkbox: | |||
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||