From f6095782500b3efa28eae73d54d9b6fb05e8105f Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Wed, 24 Apr 2024 13:03:28 -0400 Subject: [PATCH] Remove more unused zotero.css styles --- chrome/skin/default/zotero/zotero.css | 49 --------------------------- 1 file changed, 49 deletions(-) diff --git a/chrome/skin/default/zotero/zotero.css b/chrome/skin/default/zotero/zotero.css index 7e21c3233f..a895f070f1 100644 --- a/chrome/skin/default/zotero/zotero.css +++ b/chrome/skin/default/zotero/zotero.css @@ -1,20 +1,3 @@ -/* Font sizes */ -*[zoteroFontSize=medium] treechildren::-moz-tree-row -{ - height: 1.5em; -} - -*[zoteroFontSize=large] treechildren::-moz-tree-row, *[zoteroFontSize=x-large] treechildren::-moz-tree-row -{ - height: 1.5em; -} - -*[zoteroFontSize=large] .treecol-text, *[zoteroFontSize=x-large] .treecol-text -{ - margin:0; - padding:0; -} - groupbox > label > h2, groupbox > * > label > h2 { font-size: 14px; margin-top: 1em; @@ -48,11 +31,6 @@ label.zotero-text-link { margin-bottom: 2px; } -.zotero-progress-icon-headline { - width: 16px; - height: 16px; -} - .zotero-progress-item-icon { width: 16px; @@ -77,32 +55,12 @@ label.zotero-text-link { margin-left: 5px; } -.zotero-scrape-popup-library -{ - list-style-image: url('chrome://zotero/skin/treesource-library.png'); -} - -.zotero-scrape-popup-collection -{ - list-style-image: url('chrome://zotero/skin/treesource-collection.png'); -} - .zotero-warning { font-weight: 600; font-size: 1.25em; margin-bottom: 1em; } -.zotero-small-progress-indicator { - list-style-image: url(chrome://global/skin/icons/notloading_16.png); - margin-left: -2px; - margin-right: -2px; -} - -.zotero-small-progress-indicator[status=animate] { - list-style-image: url(chrome://global/skin/icons/loading_16.png); -} - #zotero-note-window { padding-bottom: 4px; } @@ -169,10 +127,3 @@ zoterosearch .menulist-icon { display: grid; grid-template-columns: max-content 1fr; } - - -/* BEGIN 2X BLOCK -- DO NOT EDIT MANUALLY -- USE 2XIZE */ -@media (min-resolution: 1.25dppx) { - .zotero-scrape-popup-library { list-style-image: url('chrome://zotero/skin/treesource-library@2x.png'); } - .zotero-scrape-popup-collection { list-style-image: url('chrome://zotero/skin/treesource-collection@2x.png'); } -}