12,665
editsFix syntax
No edit summary |
(Fix syntax) |
||
Line 463: | Line 463: | ||
/*** Light theme-related styling ***/ | /*** Light theme-related styling ***/ | ||
body.theme-light | body.theme-light .mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-head { | ||
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-head { | border-bottom-color: var(--light-body-border); | ||
border-bottom | |||
} | } | ||
body.theme-light .oo-ui-popupWidget-popup { | |||
background-color: var(--light-body-light); | |||
border-color: var(--light-body-border); | |||
} | } | ||
.oo-ui- | body.theme-light oo-ui-widget oo-ui-widget-enabled mw-echo-ui-placeholderItemWidget oo-ui-labelElement, | ||
background-color: var(--light-body-mid); | body.theme-light .mw-echo-ui-placeholderItemWidget { | ||
background-color: var(--light-body-mid); | |||
} | } | ||
body.theme-light .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button { | |||
background-color: var(--light-body-mid); | |||
} | } | ||
/*** Light theme-related colors ***/ | /*** Light theme-related colors ***/ |