repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge "Added release notes for 'ContentHandler::runLegacyHooks' removal"
[mediawiki.git]
/
resources
/
src
/
mediawiki.rcfilters
/
styles
/
mw.rcfilters.ui.FilterGroupWidget.less
blob
70982d446eae490d548591217c45785b6c1bdbbb
1
.mw-rcfilters-ui-filterGroupWidget {
2
padding-bottom: 0.5em;
3
4
&-title {
5
// TODO: Unify colors with official design palette
6
background: #eaecf0;
7
padding: 0.5em 0.75em;
8
color: #555a5d;
9
}
10
11
&-invalid-notice {
12
padding: 0.5em;
13
font-style: italic;
14
display: none;
15
16
.mw-rcfilters-ui-filterGroupWidget-invalid & {
17
display: block;
18
}
19
}
20
}