MediaWiki:Common.css: Difference between revisions

Want an adless experience? Log in or Create an account.
turns out selector list arguments for :not are only supported in safari currently.
(don't hide tabsets or 'nojs' contents)
(turns out selector list arguments for :not are only supported in safari currently.)
Line 135: Line 135:
/* Tabs2 Core Functionality */
/* Tabs2 Core Functionality */
/* Hide things until the js is ready to show them */
/* Hide things until the js is ready to show them */
.tabcontent2:not(.default), .zdw-tabcontent:not(.default, .nojs) { display: none; }
.tabcontent2:not(.default), .zdw-tabcontent:not(.default) { display: none; }


/* Tabs2D */
/* Tabs2D */