Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / resources / themes / stylesheets / ext4 / default / widgets / _loadmask.scss
index d03b3a0..5215309 100644 (file)
@@ -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;
         }