X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..refs/heads/master:/resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss diff --git a/resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss b/resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss index f86411aa..52153093 100644 --- a/resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss +++ b/resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss @@ -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; } @@ -56,10 +56,4 @@ color: $loadmask-msg-inner-color; font: $loadmask-msg-inner-font; } -} - -@if not $supports-gradients or $compile-all { - .#{$prefix}nlg .#{$prefix}mask-msg { -/* background-image: theme-image($theme-name, 'mask/mask-bg.gif');*/ - } } \ No newline at end of file