buttons: Fix download button

Fixes #594
This commit is contained in:
Rafael Mardojai CM 2023-04-14 14:22:16 -05:00
parent 7251d549b8
commit 8064e09f18
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 8 additions and 0 deletions

View File

@ -235,6 +235,7 @@ button.close {
/* Downloads button */
#downloads-indicator-progress-inner {
background: conic-gradient(var(--gnome-toolbar-icon-fill) var(--download-progress-pcent), transparent var(--download-progress-pcent)) !important;
background-color: var(--gnome-button-active-background) !important;
}
#downloads-indicator-progress-outer,
#downloads-indicator-start-image,
@ -251,6 +252,13 @@ button.close {
background: var(--gnome-toolbar-icon-fill) !important;
}
#downloads-button[progress="true"] #downloads-indicator-progress-outer {
visibility: visible !important;
}
#downloads-button:not([progress="true"]) #downloads-indicator-icon {
visibility: visible !important;
}
/* Stop/Reload button */
#stop-reload-button .toolbarbutton-icon {
margin-top: -2px !important;