X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..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 59844ec9..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 { - @include theme-background-image($theme-name, 'shared/blue-loading.gif'); + background-image: theme-background-image($theme-name, 'shared/blue-loading.gif'); } .#{$prefix}message-box .ext-mb-info { - @include theme-background-image($theme-name, 'shared/icon-info.gif'); + background-image: theme-background-image($theme-name, 'shared/icon-info.gif'); } .#{$prefix}message-box .ext-mb-warning { - @include theme-background-image($theme-name, 'shared/icon-warning.gif'); + background-image: theme-background-image($theme-name, 'shared/icon-warning.gif'); } .#{$prefix}message-box .ext-mb-question { - @include theme-background-image($theme-name, 'shared/icon-question.gif'); + background-image: theme-background-image($theme-name, 'shared/icon-question.gif'); } .#{$prefix}message-box .ext-mb-error { - @include theme-background-image($theme-name, 'shared/icon-error.gif'); + background-image: theme-background-image($theme-name, 'shared/icon-error.gif'); } } \ No newline at end of file