mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-24 08:13:38 +00:00
394b893c7d
Results in small UI changes, but allows us to delete a lot of code duplication. Depends-On: I9049f5a1c0d88680fc4a174e390dd08e27c0eee2 Change-Id: Iebe7bdc8a026b929a35e823d8107d90e7bb62b82
27 lines
460 B
Plaintext
27 lines
460 B
Plaintext
@input-text-color: #222;
|
|
|
|
.mw-mmv-share-pane {
|
|
.mw-widget-copyTextLayout {
|
|
margin-top: 0;
|
|
margin-left: 2em;
|
|
}
|
|
}
|
|
|
|
.mw-mmv-share-page-link {
|
|
float: left;
|
|
width: 1.5em;
|
|
height: 2.3em;
|
|
padding-right: 0.5em;
|
|
/* @embed */
|
|
background-image: url( img/link.svg );
|
|
background-size: 1em;
|
|
background-position: left center;
|
|
background-repeat: no-repeat;
|
|
|
|
&:hover {
|
|
/* @embed */
|
|
background-image: url( img/link-hover.svg );
|
|
text-decoration: none;
|
|
}
|
|
}
|