MediaWiki:Vector-2022.css: Difference between revisions
m edited the language selector color |
ULS menu theme cleanup - color scheme lined with the rest of the menus |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 83: | Line 83: | ||
.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 95: | Line 96: | ||
mix-blend-mode: initial; | mix-blend-mode: initial; | ||
} | } | ||
.grid.uls-menu | .grid.uls-menu.uls-wide { | ||
border:1px solid var(--border-color-base); | |||
h3 { | 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; | |||
} | } | ||
} | } | ||
@media screen and (prefers-color-scheme:dark) { | @media screen and (prefers-color-scheme:dark) { | ||