Abuse filter editor, Bureaucrats, Check users, Interface administrators, Staff, Suppressors, Administrators, Translation Reviewer
2,202
edits
(fix citizen showing collapse icons even for pages where it shouldn't be) |
(fix bright background with white text for certain warnings (like protected notices)) |
||
Line 132: | Line 132: | ||
.citizen-sections-enabled .section-indicator { | .citizen-sections-enabled .section-indicator { | ||
display: block; | display: block; | ||
} | |||
/* fix bright background with white text for certain warnings (like protected notices) */ | |||
html.skin-citizen-dark div.mw-warning-with-logexcerpt, | |||
html.skin-citizen-dark div.mw-lag-warn-high, | |||
html.skin-citizen-dark div.mw-cascadeprotectedwarning, | |||
html.skin-citizen-dark div#mw-protect-cascadeon, | |||
html.skin-citizen-dark div.titleblacklist-warning { | |||
background-color: #5b4343; | |||
} | } |