From 438d9669c12aaaca8fb30582a31e7c5d421278af Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 7 Mar 2018 22:15:08 -0500 Subject: [PATCH] Fix font size scaling of tag selector tags on macOS and Linux --- chrome/content/zotero-platform/win/tagselector.css | 1 - chrome/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 index 765493caca..f822b07dfa 100644 --- 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 index fd422e3ae0..908c285013 100644 --- 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 */