X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..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'); } } }