summaryrefslogtreecommitdiffstats
path: root/deluge/ui/web/resources/themes/stylesheets/ext4/default/util/_splitter.scss
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/ui/web/resources/themes/stylesheets/ext4/default/util/_splitter.scss')
-rw-r--r--deluge/ui/web/resources/themes/stylesheets/ext4/default/util/_splitter.scss16
1 files changed, 8 insertions, 8 deletions
diff --git a/deluge/ui/web/resources/themes/stylesheets/ext4/default/util/_splitter.scss b/deluge/ui/web/resources/themes/stylesheets/ext4/default/util/_splitter.scss
index b8ae2aac3..3fc87a63d 100644
--- a/deluge/ui/web/resources/themes/stylesheets/ext4/default/util/_splitter.scss
+++ b/deluge/ui/web/resources/themes/stylesheets/ext4/default/util/_splitter.scss
@@ -32,43 +32,43 @@
.#{$prefix}layout-split-left {
background: no-repeat top right;
- @include theme-background-image($theme-name, 'util/splitter/mini-left.gif');
+ background-image: theme-background-image($theme-name, 'util/splitter/mini-left.gif');
}
.#{$prefix}layout-split-right {
background: no-repeat top left;
- @include theme-background-image($theme-name, 'util/splitter/mini-right.gif');
+ background-image: theme-background-image($theme-name, 'util/splitter/mini-right.gif');
}
.#{$prefix}layout-split-top {
background: no-repeat top left;
- @include theme-background-image($theme-name, 'util/splitter/mini-top.gif');
+ background-image: theme-background-image($theme-name, 'util/splitter/mini-top.gif');
}
.#{$prefix}layout-split-bottom {
background: no-repeat top left;
- @include theme-background-image($theme-name, 'util/splitter/mini-bottom.gif');
+ background-image: theme-background-image($theme-name, 'util/splitter/mini-bottom.gif');
}
.#{$prefix}splitter-collapsed {
.#{$prefix}layout-split-left {
background: no-repeat top left;
- @include theme-background-image($theme-name, 'util/splitter/mini-right.gif');
+ background-image: theme-background-image($theme-name, 'util/splitter/mini-right.gif');
}
.#{$prefix}layout-split-right {
background: no-repeat top right;
- @include theme-background-image($theme-name, 'util/splitter/mini-left.gif');
+ background-image: theme-background-image($theme-name, 'util/splitter/mini-left.gif');
}
.#{$prefix}layout-split-top {
background: no-repeat top left;
- @include theme-background-image($theme-name, 'util/splitter/mini-bottom.gif');
+ background-image: theme-background-image($theme-name, 'util/splitter/mini-bottom.gif');
}
.#{$prefix}layout-split-bottom {
background: no-repeat top left;
- @include theme-background-image($theme-name, 'util/splitter/mini-top.gif');
+ background-image: theme-background-image($theme-name, 'util/splitter/mini-top.gif');
}
}