summaryrefslogtreecommitdiffstats
path: root/deluge/ui/web/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/ui/web/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss')
-rw-r--r--deluge/ui/web/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/deluge/ui/web/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss b/deluge/ui/web/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss
index 7c27892d9..977a34ad4 100644
--- a/deluge/ui/web/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss
+++ b/deluge/ui/web/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss
@@ -50,7 +50,8 @@
font: $form-error-msg-font;
line-height: $form-error-msg-line-height;
- background: theme-image($theme-name, $form-exclamation-icon) no-repeat 0 2px;
+ background: no-repeat 0 2px;
+ background-image: theme-background-image($theme-name, $form-exclamation-icon);
}
.#{$prefix}form-invalid-icon {
@@ -63,7 +64,8 @@
left: 0;
top: 0;
- background: theme-image($theme-name, $form-exclamation-icon) no-repeat 2px 3px;
+ background: no-repeat 2px 3px;
+ background-image: theme-background-image($theme-name, $form-exclamation-icon);
ul {
/* prevent inner elements from interfering with QuickTip hovering */