Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / resources / themes / stylesheets / ext4 / default / util / _messagebox.scss
index 59844ec..469406a 100644 (file)
     }
 
     .#{$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