Merge "stylelint: drop value-keyword-case and make a pass"
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.less
1 // Corrections for the standard special page
2 .client-js{
3 .rcoptions {
4 border: 0;
5 border-bottom: 1px solid #a2a9b1;
6
7 legend {
8 display: none;
9 }
10
11 &:not( .mw-rcfilters-ui-ready ) {
12 /* @embed */
13 background-image: url( ../images/pending.gif );
14 margin: 0;
15
16 * {
17 visibility: hidden;
18 }
19 }
20 }
21
22 .rcfilters-container {
23 min-height: 100px;
24 margin: 0;
25
26 &:not( .mw-rcfilters-ui-ready ) {
27 /* @embed */
28 background-image: url( ../images/pending.gif );
29 }
30 }
31 }