Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
m |
m |
||
Line 20: | Line 20: | ||
/* Make VisualEditor pop-up box close button white */ | /* Make VisualEditor pop-up box close button white */ | ||
− | .oo-ui-buttonElement.oo-ui-widget-enabled > .oo-ui-buttonElement-button > .oo-ui-iconElement-icon:not(.oo-ui-image-invert) { | + | .oo-ui-buttonElement.oo-ui-widget-enabled > .oo-ui-buttonElement-button > .oo-ui-iconElement-icon:not(.oo-ui-image-invert) > oo-ui-iconElement-icon oo-ui-icon-close { |
filter: invert(1); | filter: invert(1); | ||
} | } |
Revision as of 21:02, 15 August 2020
/* CSS placed here will be applied to all skins */
/* class keyword color */
.mw-highlight .nc {
color: #6A6AFF;
}
/* Darken image thumbnail border */
html .thumbimage {
border-color: #484848;
}
/* Darken VisualEditor pop-up box arrow */
.oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor::after {
border-bottom-color: #292929 !important;
}
.oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor::before {
border-bottom-color: black !important;
}
/* Make VisualEditor pop-up box close button white */
.oo-ui-buttonElement.oo-ui-widget-enabled > .oo-ui-buttonElement-button > .oo-ui-iconElement-icon:not(.oo-ui-image-invert) > oo-ui-iconElement-icon oo-ui-icon-close {
filter: invert(1);
}
/* Make VisualEditor pop-up box text lighter */
.oo-ui-toolbar-actions .oo-ui-buttonElement.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
color: #bbb;
}
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
color: #bbb;
}
.oo-ui-buttonElement-frameless.oo-ui-widget-disabled > .oo-ui-buttonElement-button {
color: #696969;
}