Merge "Fix \n handling for HTMLUsersMultiselectField"
[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
12 .rcfilters-head {
13 min-height: 270px;
14 &:not( .mw-rcfilters-ui-ready ) {
15 /* @embed */
16 background-image: url( ../images/pending.gif );
17 margin: 0;
18
19 * {
20 visibility: hidden;
21 }
22 }
23 }
24
25 .rcfilters-container {
26 min-height: 100px;
27 margin: 0;
28 }
29
30 .mw-changeslist-empty {
31 // Hide the 'empty' message when we load rcfilters
32 // since we replace it anyways with a specific
33 // message of our own
34 display: none;
35 }
36 }
37
38 .mw-rcfilters-staticfilters-selected {
39 font-weight: bold;
40 }