mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
parent
e6986f5181
commit
982cb8c7ba
|
@ -17,6 +17,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* mw.echo.ui.NotificationsInboxWidget.less */
|
||||
.mw-echo-ui-notificationsInboxWidget {
|
||||
&-toolbarWrapper {
|
||||
background: var( --color-surface-0 );
|
||||
}
|
||||
}
|
||||
|
||||
/* mw.echo.ui.PageNotificationsOptionWidget.less */
|
||||
.mw-echo-ui-pageNotificationsOptionWidget {
|
||||
&.oo-ui-optionWidget {
|
||||
|
|
|
@ -250,7 +250,9 @@
|
|||
|
||||
/* mw.echo.ui.MenuItemWidget.less */
|
||||
.mw-echo-ui-menuItemWidget {
|
||||
> .oo-ui-labelElement-label {
|
||||
// First selector is polyfill for MW 1.35
|
||||
> .oo-ui-labelElement-label,
|
||||
> .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
|
||||
color: var( --color-base--emphasized );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue