mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-05 00:38:53 +01:00
fix blury border on progressBar
This commit is contained in:
parent
9afe7a516f
commit
d8efb2884d
@ -172,6 +172,7 @@
|
|||||||
height: 10px !important;
|
height: 10px !important;
|
||||||
background: var(--primary-background-transparent) !important;
|
background: var(--primary-background-transparent) !important;
|
||||||
backdrop-filter: blur(2px) !important;
|
backdrop-filter: blur(2px) !important;
|
||||||
|
border-radius: 6px !important;
|
||||||
}
|
}
|
||||||
.innerCardFooterClear {
|
.innerCardFooterClear {
|
||||||
background-color: none !important;
|
background-color: none !important;
|
||||||
|
|||||||
@ -178,6 +178,7 @@
|
|||||||
height: 10px !important;
|
height: 10px !important;
|
||||||
background: var(--primary-background-transparent) !important;
|
background: var(--primary-background-transparent) !important;
|
||||||
backdrop-filter: blur(2px) !important;
|
backdrop-filter: blur(2px) !important;
|
||||||
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
.innerCardFooterClear {
|
.innerCardFooterClear {
|
||||||
background-color: none !important;
|
background-color: none !important;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user