Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

No edit summary
No edit summary
Line 127: Line 127:
.skin-vector-2022 .vector-sticky-header .mw-ui-icon {
.skin-vector-2022 .vector-sticky-header .mw-ui-icon {
     background-color: #ffffff !important;
     background-color: #ffffff !important;
}
/* ========================================================= */
/* FIX HOVER DROPDOWN USER (PERSONAL TOOLS) */
/* ========================================================= */
.skin-vector-2022 .mw-header .vector-dropdown-label:hover,
.skin-vector-2022 .vector-sticky-header .vector-dropdown-label:hover {
    background-color: rgba(255,255,255,0.06) !important;
}
}