MediaWiki:Common.css: Difference between revisions
collapse tag customization |
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 |