Skip to content

Commit

Permalink
about:downloads progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
leadweedy committed Jun 19, 2022
1 parent ea36074 commit 88f9504
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions userContent.css
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,11 @@ url(about:preferences#search), url(about:preferences#privacy), url(about:prefere
/* square buttons and boxes*/
.button-box {border-radius: 0 !important;}
richlistbox {border-radius: 0 !important;}
.downloadProgress {border-radius: 0 !important;}
.downloadProgress[paused] {border-radius: 0 !important;}
.downloadProgress:not([value="0"])::-moz-progress-bar {border-radius: 0 !important;}
.downloadProgress::-moz-progress-bar {border-radius: 0 !important;}
.downloadProgress[paused]::-moz-progress-bar {border-radius: 0 !important;}
}


Expand Down

0 comments on commit 88f9504

Please sign in to comment.