X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss diff --git a/resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss b/resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss index d03b3a03..52153093 100644 --- a/resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss +++ b/resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss @@ -42,7 +42,7 @@ //if an icon is defined show it @if $loadmask-msg-inner-icon != null { - background-image: theme-image($theme-name, $loadmask-msg-inner-icon); + background-image: theme-background-image($theme-name, $loadmask-msg-inner-icon); background-repeat: no-repeat; background-position: 5px center; }