mw.htmlform: Fix hiding of the textbox for 'selectorother' fields on page load
[lhc/web/wiklou.git] / resources / src / mediawiki / mediawiki.filewarning.less
1 @import 'mediawiki.ui/variables';
2
3 .mediawiki-filewarning {
4 visibility: hidden;
5
6 .mediawiki-filewarning-header {
7 padding: 0;
8 font-weight: 600;
9 }
10
11 .mediawiki-filewarning-footer {
12 color: #888;
13 }
14
15 .empty {
16 display: none;
17 }
18
19 .mediawiki-filewarning-anchor:hover & {
20 visibility: visible;
21 }
22 }
23
24 .mime-type {
25 &.has-warning {
26 font-weight: bold;
27 color: @colorMediumSevere;
28 }
29 }