mediawiki-extensions-Multim.../resources/mmv.ui.reuse.shareembed/mmv.ui.reuse.embed.less
Ed Sanders 394b893c7d Use upstream CopyTextLayout in share/embed/download panels
Results in small UI changes, but allows us to delete a lot
of code duplication.

Depends-On: I9049f5a1c0d88680fc4a174e390dd08e27c0eee2
Change-Id: Iebe7bdc8a026b929a35e823d8107d90e7bb62b82
2019-05-23 20:01:36 +01:00

22 lines
442 B
Plaintext

@switch-color: #f8f9fa;
@active-switch-color: #54595d;
@embed-dimensions-color: #72777d;
@textarea-text-color: #222;
.mw-mmv-reuse-dialog .mw-mmv-embed-pane {
padding: 20px 27px;
.mw-widget-copyTextLayout {
margin-top: 0;
}
}
.mw-mmv-embed-dimensions {
color: @embed-dimensions-color;
font-size: small;
.oo-ui-optionWidget-selected & {
color: lighten( @embed-dimensions-color, 20% ); // selected option has dark background
}
}