X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/resources/themes/stylesheets/ext4/default/util/_messagebox.scss diff --git a/resources/themes/stylesheets/ext4/default/util/_messagebox.scss b/resources/themes/stylesheets/ext4/default/util/_messagebox.scss index 1e201b8c..469406a0 100644 --- a/resources/themes/stylesheets/ext4/default/util/_messagebox.scss +++ b/resources/themes/stylesheets/ext4/default/util/_messagebox.scss @@ -29,22 +29,22 @@ } .#{$prefix}message-box .#{$prefix}msg-box-wait { - background-image: theme-image($theme-name, 'shared/blue-loading.gif'); + background-image: theme-background-image($theme-name, 'shared/blue-loading.gif'); } .#{$prefix}message-box .ext-mb-info { - background-image: theme-image($theme-name, 'shared/icon-info.gif'); + background-image: theme-background-image($theme-name, 'shared/icon-info.gif'); } .#{$prefix}message-box .ext-mb-warning { - background-image: theme-image($theme-name, 'shared/icon-warning.gif'); + background-image: theme-background-image($theme-name, 'shared/icon-warning.gif'); } .#{$prefix}message-box .ext-mb-question { - background-image: theme-image($theme-name, 'shared/icon-question.gif'); + background-image: theme-background-image($theme-name, 'shared/icon-question.gif'); } .#{$prefix}message-box .ext-mb-error { - background-image: theme-image($theme-name, 'shared/icon-error.gif'); + background-image: theme-background-image($theme-name, 'shared/icon-error.gif'); } } \ No newline at end of file