Add 3D filetype for STL files
[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 &-search {
7 max-width: none;
8 margin-top: -1px;
9
10 input {
11 // We need to reiterate the directionality
12 // for the input as well to literally override
13 // a MediaWiki CSS rule that turns it 'ltr'
14 direction: ltr;
15 }
16 }
17 }