MediaWiki:Vector-2022.css: Difference between revisions
fixed issues with mix-blend-mode and blur mismatch |
ULS menu theme cleanup - color scheme lined with the rest of the menus |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 79: | Line 79: | ||
.uls-menu, | .uls-menu, | ||
.uls-filterinput, | .uls-filterinput, | ||
.oo-ui-popupWidget-popup, | #div.oo-ui-popupWidget-popup::after, | ||
.vector-dropdown-content, | .vector-dropdown-content, | ||
.vector-popup-notification, | .vector-popup-notification, | ||
.mw-notification, | .mw-notification, | ||
.oo-ui-menuSelectWidget, | |||
.cdx-menu { | .cdx-menu { | ||
backdrop-filter:blur(5px); | backdrop-filter:blur(5px); | ||
| Line 90: | Line 91: | ||
border: 1px solid var(--border-color-base) | border: 1px solid var(--border-color-base) | ||
} | } | ||
.cdx-button:enabled.cdx-button--weight-quiet:hover, | |||
.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet:hover { | .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet:hover { | ||
mix-blend-mode: initial; | mix-blend-mode: initial; | ||
} | |||
.grid.uls-menu.uls-wide { | |||
border:1px solid var(--border-color-base); | |||
h3 { | |||
color: var(--color-base); | |||
} | |||
} | |||
.uls-language-block > ul > li > a { | |||
color: var(--color-progressive); | |||
} | |||
.uls-language-block > ul > li:hover { | |||
background: none; | |||
a { | |||
text-decoration: underline; | |||
} | |||
} | } | ||