mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-17 04:43:18 +00:00
Merge "Make download panel dropdown button unselectable"
This commit is contained in:
commit
7a42b844ae
|
@ -1,3 +1,5 @@
|
|||
@import "../mmv.mixins";
|
||||
|
||||
@mw-ui-constructive-button-color: #00af89;
|
||||
@pane-padding: 10px;
|
||||
@attribution-color: #f2f2f2;
|
||||
|
@ -23,6 +25,7 @@
|
|||
|
||||
/* Selection size arrow element */
|
||||
.mw-mmv-download-select-menu {
|
||||
.unselectable();
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-color: @mw-ui-constructive-button-color;
|
||||
|
|
Loading…
Reference in a new issue