MediaWiki:Common.css: Difference between revisions

Rikki21 (talk | contribs)
collapse tag customization
Rikki21 (talk | contribs)
Reduce page jumps by hiding collapsed/dismissed content
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Reduce page jumps by hiding collapsed/dismissed content */
.client-js .mw-special-Watchlist #watchlist-message,
.client-js .collapsible.collapsed > tbody > tr:not(:first-child) {
    display: none;
}


/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript