www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 438d9669c12aaaca8fb30582a31e7c5d421278af
parent ea569b8b1a2cbd35aee3f1d0615859d608c61091
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed,  7 Mar 2018 22:15:08 -0500

Fix font size scaling of tag selector tags on macOS and Linux

Diffstat:
Mchrome/content/zotero-platform/win/tagselector.css | 1-
Mchrome/skin/default/zotero/bindings/tagselector.css | 1+
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero-platform/win/tagselector.css b/chrome/content/zotero-platform/win/tagselector.css @@ -1,4 +1,3 @@ button { font-family: Segoe UI, sans-serif; - font-size: 1em; } \ No newline at end of file diff --git a/chrome/skin/default/zotero/bindings/tagselector.css b/chrome/skin/default/zotero/bindings/tagselector.css @@ -35,6 +35,7 @@ groupbox overflow: hidden; text-overflow: ellipsis; background-color: transparent; + font-size: 1em; /* Scale with font size pref */ text-align: left; white-space: nowrap; border: 1px solid transparent; /* always include border so height is same as zotero-clicky */