summaryrefslogtreecommitdiffstats
path: root/deluge/ui/web/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/ui/web/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss')
-rw-r--r--deluge/ui/web/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/deluge/ui/web/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss b/deluge/ui/web/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss
index 135f61eae..6d0c20a74 100644
--- a/deluge/ui/web/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss
+++ b/deluge/ui/web/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss
@@ -63,14 +63,14 @@
}
.#{$prefix}dd-drop-nodrop .#{$prefix}dd-drop-icon {
- @include theme-background-image($theme-name, 'dd/drop-no.gif');
+ background-image: theme-background-image($theme-name, 'dd/drop-no.gif');
}
.#{$prefix}dd-drop-ok .#{$prefix}dd-drop-icon {
- @include theme-background-image($theme-name, 'dd/drop-yes.gif');
+ background-image: theme-background-image($theme-name, 'dd/drop-yes.gif');
}
.#{$prefix}dd-drop-ok-add .#{$prefix}dd-drop-icon {
- @include theme-background-image($theme-name, 'dd/drop-add.gif');
+ background-image: theme-background-image($theme-name, 'dd/drop-add.gif');
}
} \ No newline at end of file