MediaWiki:Common.less/interface.less: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 72: Line 72:
&> .mw-file-magnify::after {
&> .mw-file-magnify::after {
background: none !important;
background: none !important;
}
}

figure[typeof~='mw:File/Thumb'],
figure[typeof~='mw:File/Frame'],
figure[typeof~='mw:Image/Thumb'],
figure[typeof~='mw:Video/Thumb'],
figure[typeof~='mw:Image/Frame'],
figure[typeof~='mw:Video/Frame'] {
> figcaption {
background-color: var(--thumb-caption-bg);
color: @white;
}
}
}
}