Fix font size of "any"/"all" line in advanced search window
It was previously larger than the default and didn't obey the font size pref.
This commit is contained in:
parent
66ca236876
commit
aaa259f77c
|
@ -3,6 +3,10 @@
|
||||||
width: 60em;
|
width: 60em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
caption {
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
#search-condition menulist[id="operatorsmenu"]
|
#search-condition menulist[id="operatorsmenu"]
|
||||||
{
|
{
|
||||||
width: 15em;
|
width: 15em;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user