git.ithinksw.org
/
extjs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git]
/
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
bbd41f6
..
f2df2ca
100644
(file)
--- 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 {
.#{$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');
}
}
}
}
}
}