mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-17 04:43:18 +00:00
1d3769e106
: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
9 lines
283 B
CSS
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;
|
|
}
|