Fixed firefox issue

This commit is contained in:
vinceliuice 2023-12-11 00:15:25 +08:00
parent 98ff3a00d8
commit d37a2d968f
2 changed files with 12 additions and 4 deletions

View File

@ -324,3 +324,15 @@
background-color: #fff !important; 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);
}

View File

@ -312,7 +312,3 @@ panel[type="autocomplete-richlistbox"] {
arrowscrollbox.menupopup-arrowscrollbox { arrowscrollbox.menupopup-arrowscrollbox {
height: 100%; height: 100%;
} }
box.scrollbox-clip > scrollbox {
padding-right: 10px;
}