MediaWiki:Vector.css: Difference between revisions

Jump to navigation Jump to search
Fix 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-color: var(--light-body-border);
 
}
 
.oo-ui-popupWidget-popup {
background-color: var(--light-body-light);
border-color: var(--light-body-border);
}
}


oo-ui-widget oo-ui-widget-enabled mw-echo-ui-placeholderItemWidget oo-ui-labelElement,
body.theme-light .oo-ui-popupWidget-popup {
.mw-echo-ui-placeholderItemWidget {
background-color: var(--light-body-light);
background-color: var(--light-body-mid);
border-color: var(--light-body-border);
}
}


.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
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 ***/

Navigation menu