summaryrefslogtreecommitdiffstats
path: root/deluge/ui/web/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/ui/web/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss')
-rw-r--r--deluge/ui/web/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/deluge/ui/web/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss b/deluge/ui/web/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss
index bbd41f647..f2df2ca82 100644
--- a/deluge/ui/web/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss
+++ b/deluge/ui/web/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss
@@ -108,7 +108,8 @@
.#{$prefix}nlg {
.#{$prefix}progress-#{$ui-label} {
.#{$prefix}progress-bar {
- background: theme-image($theme-name, 'progress/progress-#{$ui-label}-bg.gif') repeat-x;
+ background: repeat-x;
+ background-image: theme-background-image($theme-name, 'progress/progress-#{$ui-label}-bg.gif');
}
}
}