mirror of
https://github.com/zotero/zotero.git
synced 2026-09-21 00:22:44 +00:00
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
1 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,10 @@
|
|||
width: 60em;
|
||||
}
|
||||
|
||||
caption {
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
#search-condition menulist[id="operatorsmenu"]
|
||||
{
|
||||
width: 15em;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue