MediaWiki:Common.css: Difference between revisions

Want an adless experience? Log in or Create an account.
hide tabcontents (except default) and tabsets until js loads them
(fix some specificity-priority issues with zdw-box__title)
(hide tabcontents (except default) and tabsets until js loads them)
Line 134: Line 134:


/* Tabs2 Core Functionality */
/* Tabs2 Core Functionality */
.tabcontent2:not(.default) { display: none; }
/* Hide things until the js is ready to show them */
.tabcontent2:not(.default), .zdw-tabcontent:not(.default), .zdw-tabset { display: none; }


/* Tabs2D */
/* Tabs2D */