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; -}