Merge "resourceloader: Follow redirects for JavaScript/CSS in WikiModule"
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.ui.FilterWrapperWidget.less
1 .mw-rcfilters-ui-filterWrapperWidget {
2 width: 100%;
3 // Make sure this uses the interface direction, not the content direction
4 direction: ltr;
5
6 &-popup {
7 margin-top: 1px;
8 max-width: 650px;
9
10 .oo-ui-popupWidget-body {
11 max-height: 70vh;
12 }
13
14 .oo-ui-popupWidget-footer {
15 background-color: #f8f9fa;
16 text-align: right;
17 padding: 0.5em;
18 }
19 }
20
21 &-search {
22 max-width: none;
23 margin-top: -1px;
24
25 input {
26 // We need to reiterate the directionality
27 // for the input as well to literally override
28 // a MediaWiki CSS rule that turns it 'ltr'
29 direction: ltr;
30 }
31 }
32 }