Use same text formatting for downloads as for other panels

Change-Id: I0280f4fe33723e9c838c85b5be3e2025be2a9a39
This commit is contained in:
Gergő Tisza 2014-07-01 00:40:51 +00:00
parent 890d7721df
commit e25cb01a75

View file

@ -3,6 +3,7 @@
@attribution-color: #f2f2f2;
@attribution-color-highlighted: #f5f5f5;
@attribution-logo-size: 40px;
@input-text-color: #333333;
.mw-mmv-download-pane {
padding: 0 @pane-padding;
@ -153,6 +154,16 @@
display: none;
}
}
.mw-mmv-download-attr-input {
// override OOJS-UI fixed width
width: auto;
input[readonly] {
color: @input-text-color;
text-shadow: none;
}
}
}
}