Merge "registration: Only allow one extension to set a specific config setting"
[lhc/web/wiklou.git] / resources / src / mediawiki / mediawiki.filewarning.less
1 @import 'mediawiki.ui/variables';
2
3 // Increase the area of the button, so that the user can move the mouse cursor
4 // to the popup without the popup disappearing. (T157544)
5 .mediawiki-filewarning-anchor {
6 padding-bottom: 10px;
7 margin-bottom: -10px;
8 }
9
10 .mediawiki-filewarning {
11 visibility: hidden;
12
13 .mediawiki-filewarning-header {
14 padding: 0;
15 font-weight: 600;
16 }
17
18 .mediawiki-filewarning-footer {
19 color: #72777d;
20 }
21
22 .empty {
23 display: none;
24 }
25
26 .mediawiki-filewarning-anchor:hover & {
27 visibility: visible;
28 }
29 }
30
31 .mime-type {
32 &.has-warning {
33 font-weight: bold;
34 color: @colorMediumSevere;
35 }
36 }