mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-29 02:55:52 +00:00
Bring back text shadow to background tasks progress
This commit is contained in:
parent
42d19eaa42
commit
e5414a4b89
1 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
@import "../@scss/variable.scss";
|
||||
@import "../@scss/bazarr.scss";
|
||||
|
||||
@function theme-color($key: "primary") {
|
||||
@return map-get($theme-colors, $key);
|
||||
}
|
||||
|
@ -32,6 +35,13 @@
|
|||
word-wrap: break-word;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.progress .progress-bar {
|
||||
text-shadow: -2px -2px 5px theme-color("primary"),
|
||||
2px -2px 5px theme-color("primary"), -2px 2px 5px theme-color("primary"),
|
||||
2px 2px 5px theme-color("primary");
|
||||
overflow: visible;
|
||||
}
|
||||
}
|
||||
|
||||
.notification-center-notification {
|
||||
|
|
Loading…
Reference in a new issue