diff --git a/ui/src/main.scss b/ui/src/main.scss index 88bcbed..2a856ec 100644 --- a/ui/src/main.scss +++ b/ui/src/main.scss @@ -46,4 +46,19 @@ $card-background-color-dark: $background-dark; @include prefers-scheme(dark) { background-color: $body-background-dark; } +} + +.progress { + // &::-webkit-progress-bar { + // background-color: transparent !important; + // } + // &::-webkit-progress-value { + // background-color: transparent !important; + // } + &::-moz-progress-bar { + background-color: transparent !important; + } + // &::-ms-fill { + // background-color: transparent !important; + // } } \ No newline at end of file