mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-05 23:13:19 +00:00
Fixed firefox issue
This commit is contained in:
parent
98ff3a00d8
commit
d37a2d968f
@ -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);
|
||||
}
|
||||
|
||||
|
@ -312,7 +312,3 @@ panel[type="autocomplete-richlistbox"] {
|
||||
arrowscrollbox.menupopup-arrowscrollbox {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
box.scrollbox-clip > scrollbox {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user