X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..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 dfe8ab46..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-ok.gif'); + @include theme-background-image($theme-name, 'dd/drop-add.gif'); } } \ No newline at end of file