From 6e7c80d97bd3b4682f42c9185af3387e80f31c59 Mon Sep 17 00:00:00 2001 From: yexingsha Date: Fri, 12 Jan 2024 16:45:01 -0600 Subject: [PATCH] changed all font-weight: bold/590 to 600 --- chrome/content/zotero/debugViewer.html | 4 ++-- chrome/content/zotero/upgrade.xul | 2 +- chrome/skin/default/zotero/errorReport.css | 2 +- chrome/skin/default/zotero/integration.css | 4 ++-- chrome/skin/default/zotero/merge.css | 10 +++++----- chrome/skin/default/zotero/overlay.css | 8 ++++---- chrome/skin/default/zotero/report/detail.css | 4 ++-- chrome/skin/default/zotero/tagColorChooser.css | 2 +- chrome/skin/default/zotero/timeline/bundle.css | 2 +- chrome/skin/default/zotero/zotero.css | 8 ++++---- components/zotero-protocol-handler.js | 2 +- scss/about.scss | 2 +- scss/components/_annotation.scss | 4 ++-- scss/components/_import-wizard.scss | 2 +- scss/components/_longTagFixer.scss | 2 +- scss/components/_tabsMenu.scss | 2 +- scss/components/_tag-manager.scss | 2 +- scss/components/_tagSelector.scss | 2 +- scss/components/_toolbar.scss | 2 +- scss/components/_virtualized-table.scss | 2 +- scss/elements/_annotationRow.scss | 2 +- scss/elements/_collapsibleSection.scss | 2 +- scss/elements/_itemBox.scss | 6 +++--- scss/elements/_librariesCollectionsBox.scss | 2 +- scss/elements/_noteRow.scss | 2 +- scss/elements/_paneHeader.scss | 2 +- scss/elements/_tagsBox.scss | 2 +- scss/elements/_zoteroSearch.scss | 2 +- scss/preferences.scss | 2 +- scss/preferences/_sync_reset.scss | 4 ++-- 30 files changed, 47 insertions(+), 47 deletions(-) diff --git a/chrome/content/zotero/debugViewer.html b/chrome/content/zotero/debugViewer.html index ba84424406..2895a07d91 100644 --- a/chrome/content/zotero/debugViewer.html +++ b/chrome/content/zotero/debugViewer.html @@ -39,7 +39,7 @@ } #debug-id { - font-weight: bold; + font-weight: 600; } #submit-result { @@ -52,7 +52,7 @@ } #submit-error { - font-weight: bold; + font-weight: 600; color: red; } diff --git a/chrome/content/zotero/upgrade.xul b/chrome/content/zotero/upgrade.xul index e562da566e..3e00c8741a 100644 --- a/chrome/content/zotero/upgrade.xul +++ b/chrome/content/zotero/upgrade.xul @@ -127,7 +127,7 @@ &zotero.upgrade.newVersionInstalled; &zotero.upgrade.upgradeRequired; &zotero.upgrade.autoBackup;