Merge "Revised styling of sister-search sidebar."
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.ui.FilterTagMultiselectWidget.less
1 .mw-rcfilters-ui-filterTagMultiselectWidget {
2 max-width: none;
3
4 .oo-ui-tagMultiselectWidget-input input {
5 // Make sure this uses the interface direction, not the content direction
6 direction: ltr;
7 }
8
9 &.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle {
10 border: 1px solid #a2a9b1;
11 border-bottom: 0;
12 background-color: #f8f9fa;
13 border-radius: 2px 2px 0 0;
14 padding: 0.3em 0.6em 0.6em 0.6em;
15 margin-top: 1.6em;
16 }
17
18 .mw-rcfilters-ui-table {
19 margin-top: 0.3em;
20 }
21
22 &-wrapper-content {
23 &-title {
24 font-weight: bold;
25 color: #54595d;
26 }
27
28 &-savedQueryTitle {
29 color: #72777d;
30 margin-left: 1em;
31 }
32 }
33
34 &-emptyFilters {
35 color: #72777d;
36 }
37
38 &-cell-filters {
39 width: 100%;
40 }
41
42 &-cell-reset {
43 text-align: right;
44 padding-left: 0.5em;
45 }
46 }