mediawiki-extensions-Multim.../resources/mmv/mmv.loaded.css
Gergő Tisza 1d3769e106 Fix CSS for hiding content
:not() only works with simple selectors, not composite selectors.
This caused problems for people with customized skins.
Also, this way we only require support for > (wider) instead of
support for :not.

Also fixed footer id and added monobook for good measure.

Bug: 66326
Change-Id: Ibaa0861aff711723dd336eeaa8c12e73110b1c3b
2014-06-08 02:12:11 +00:00

9 lines
283 B
CSS

.mw-mmv-has-been-loaded {
display: inline;
}
/* Makes sure this has more specificity than the display: none in mmv.bootstrap.less; keep separate from previous
block for maximum browser compatibility */
body.mw-mmv-lightbox-open > .mw-mmv-has-been-loaded {
display: inline;
}