mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-28 01:50:09 +00:00
394b893c7d
Results in small UI changes, but allows us to delete a lot of code duplication. Depends-On: I9049f5a1c0d88680fc4a174e390dd08e27c0eee2 Change-Id: Iebe7bdc8a026b929a35e823d8107d90e7bb62b82
22 lines
442 B
Plaintext
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
|
|
}
|
|
}
|