From d37a2d968fcf367a09726d97a8e50f245cdbcba7 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Mon, 11 Dec 2023 00:15:25 +0800 Subject: [PATCH] Fixed firefox issue --- src/other/firefox/common/parts/popups-contents.css | 12 ++++++++++++ src/other/firefox/common/parts/popups.css | 4 ---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/other/firefox/common/parts/popups-contents.css b/src/other/firefox/common/parts/popups-contents.css index 03bead3e..53992967 100644 --- a/src/other/firefox/common/parts/popups-contents.css +++ b/src/other/firefox/common/parts/popups-contents.css @@ -324,3 +324,15 @@ background-color: #fff !important; } +#downloads-indicator-progress-inner { + background: conic-gradient(AccentColor var(--download-progress-pcent), transparent var(--download-progress-pcent)); +} + +.downloadProgress::-moz-progress-bar { + background-color: var(--download-progress-fill-color); +} + +.downloadProgress[paused]::-moz-progress-bar { + background-color: var(--download-progress-paused-color); +} + diff --git a/src/other/firefox/common/parts/popups.css b/src/other/firefox/common/parts/popups.css index 688f8c52..d91a9b22 100644 --- a/src/other/firefox/common/parts/popups.css +++ b/src/other/firefox/common/parts/popups.css @@ -312,7 +312,3 @@ panel[type="autocomplete-richlistbox"] { arrowscrollbox.menupopup-arrowscrollbox { height: 100%; } - -box.scrollbox-clip > scrollbox { - padding-right: 10px; -}