MediaWiki:Vector-2022.css: Difference between revisions

disabled previous commit - interference with search function
ULS menu theme cleanup - color scheme lined with the rest of the menus
 
(6 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 91: Line 92:
}
}


/* issues with top panel transparency - conflicting with search function - disabled for now */
/*
.cdx-button:enabled.cdx-button--weight-quiet:hover,
.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;
  }
}


@media screen and (prefers-color-scheme:dark) {
@media screen and (prefers-color-scheme:dark) {