X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss diff --git a/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss b/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss index ccb724ce..135f61ea 100644 --- a/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss +++ b/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss @@ -63,14 +63,14 @@ } .#{$prefix}dd-drop-nodrop .#{$prefix}dd-drop-icon { - background-image: theme-image($theme-name, 'dd/drop-no.gif'); + @include theme-background-image($theme-name, 'dd/drop-no.gif'); } .#{$prefix}dd-drop-ok .#{$prefix}dd-drop-icon { - background-image: theme-image($theme-name, 'dd/drop-yes.gif'); + @include theme-background-image($theme-name, 'dd/drop-yes.gif'); } .#{$prefix}dd-drop-ok-add .#{$prefix}dd-drop-icon { - background-image: theme-image($theme-name, 'dd/drop-add.gif'); + @include theme-background-image($theme-name, 'dd/drop-add.gif'); } } \ No newline at end of file