mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 00:45:30 +02:00
8 lines
183 B
CSS
8 lines
183 B
CSS
#downloads-indicator-progress-outer::after {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
inset: 0;
|
|
z-index: -40;
|
|
background: var(--toolbar-field-background-color);
|
|
}
|