From ee474e33cb73ee0a5923239be72e58aa9c58f5dc Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 9 May 2020 20:32:35 -0400 Subject: [PATCH] Fix 2x collection/search icon size when editing a saved search Follow-up to 8093d6ac297, which fixed this only in the Advanced Search window --- chrome/skin/default/zotero/zotero.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/skin/default/zotero/zotero.css b/chrome/skin/default/zotero/zotero.css index 8e9566bfe7..c4de96c7ed 100644 --- a/chrome/skin/default/zotero/zotero.css +++ b/chrome/skin/default/zotero/zotero.css @@ -304,7 +304,7 @@ label.zotero-text-link { } /* Constrain 2x collection/search icons */ -#zotero-advanced-search-dialog .menulist-icon { +zoterosearch .menulist-icon { height: 16px; }