Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Darken VisualEditor pop-up box arrow) |
m |
||
Line 14: | Line 14: | ||
.oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor::after { | .oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor::after { | ||
border-bottom-color: #292929 !important; | border-bottom-color: #292929 !important; | ||
+ | } | ||
+ | .oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor::before { | ||
+ | border-bottom-color: black !important; | ||
} | } |
Revision as of 20:51, 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;
}