X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/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 135f61ea..6d0c20a7 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 { - @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