From f7fe38b94b3c334fc3f2a48635a5e04550a60e06 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 25 Jan 2024 00:08:35 -0500 Subject: [PATCH] Prevent overriding of quick-format selection background color for now --- chrome/skin/default/zotero/integration.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/skin/default/zotero/integration.css b/chrome/skin/default/zotero/integration.css index 713b63c206..fd8672c5ed 100644 --- a/chrome/skin/default/zotero/integration.css +++ b/chrome/skin/default/zotero/integration.css @@ -181,7 +181,7 @@ } richlistitem[selected="true"] { - background: Highlight; + background: Highlight !important; color: HighlightText; }