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