Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / resources / themes / stylesheets / ext4 / default / widgets / _toolbar.scss
index c3034af..a9a8c01 100644 (file)
 
     // Background for overflow button inserted by the Menu box overflow handler within a toolbar
     .#{$prefix}toolbar-more-icon {
-        background-image: theme-image($theme-name, 'toolbar/more.gif') !important;
+        background-image: theme-background-image($theme-name, 'toolbar/more.gif') !important;
         background-position: 2px center !important;
         background-repeat: no-repeat;
     }
         'default',
         $background-color: $toolbar-background-color,
         $background-gradient: $toolbar-background-gradient,
-        $border-color: $tabbar-border-color
+        $border-color: $toolbar-border-color
     );
     
     //plain toolbars have no border
         @if $background-gradient != null {
             .#{$prefix}nlg {
                 .#{$prefix}toolbar-#{$ui} {
-                    background-image: theme-image($theme-name, 'toolbar/toolbar-#{$ui}-bg.gif') !important;
+                    background-image: theme-background-image($theme-name, 'toolbar/toolbar-#{$ui}-bg.gif') !important;
                     background-repeat: repeat-x;
                 }
             }