summaryrefslogtreecommitdiffstats
path: root/deluge/ui/web/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/ui/web/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss')
-rw-r--r--deluge/ui/web/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/deluge/ui/web/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss b/deluge/ui/web/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss
index c3034af62..a9a8c0169 100644
--- a/deluge/ui/web/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss
+++ b/deluge/ui/web/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss
@@ -101,7 +101,7 @@
// Background for overflow button inserted by the Menu box overflow handler within a toolbar
.#{$prefix}toolbar-more-icon {
- background-image: theme-image($theme-name, 'toolbar/more.gif') !important;
+ background-image: theme-background-image($theme-name, 'toolbar/more.gif') !important;
background-position: 2px center !important;
background-repeat: no-repeat;
}
@@ -110,7 +110,7 @@
'default',
$background-color: $toolbar-background-color,
$background-gradient: $toolbar-background-gradient,
- $border-color: $tabbar-border-color
+ $border-color: $toolbar-border-color
);
//plain toolbars have no border
@@ -149,7 +149,7 @@
@if $background-gradient != null {
.#{$prefix}nlg {
.#{$prefix}toolbar-#{$ui} {
- background-image: theme-image($theme-name, 'toolbar/toolbar-#{$ui}-bg.gif') !important;
+ background-image: theme-background-image($theme-name, 'toolbar/toolbar-#{$ui}-bg.gif') !important;
background-repeat: repeat-x;
}
}