Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Gadget-Citizenstuff.css: Difference between revisions

MediaWiki interface page
make it !important
fix citizen showing collapse icons even for pages where it shouldn't be
Line 124: Line 124:
html.skin-citizen-dark .navbox-title {
html.skin-citizen-dark .navbox-title {
background-color: #4b4b69;
background-color: #4b4b69;
}
/* fix citizen showing collapse icons even for pages where it shouldn't be */
.section-indicator {
display: none;
}
.citizen-sections-enabled .section-indicator {
display: block;
}
}