X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..HEAD:/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss diff --git a/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss b/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss index bbd41f64..f2df2ca8 100644 --- a/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss +++ b/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss @@ -108,7 +108,8 @@ .#{$prefix}nlg { .#{$prefix}progress-#{$ui-label} { .#{$prefix}progress-bar { - background: theme-image($theme-name, 'progress/progress-#{$ui-label}-bg.gif') repeat-x; + background: repeat-x; + background-image: theme-background-image($theme-name, 'progress/progress-#{$ui-label}-bg.gif'); } } }