X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/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..59844ec9 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'); + @include 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'); + @include 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'); + @include 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'); + @include 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'); + @include theme-background-image($theme-name, 'shared/icon-error.gif'); } } \ No newline at end of file