Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / resources / themes / stylesheets / ext4 / default / variables / _progress-bar.scss
index a5e82f1..5f440b6 100644 (file)
@@ -1,19 +1,21 @@
+$progress-bar-base-color: $base-color !default;
+
 $progress-height: 20px !default;
 
 //borders
-$progress-border-color: #6593CF !default;
+$progress-border-color: adjust-color($progress-bar-base-color, $hue: 0deg, $saturation: -3.08%, $lightness: -23.725%) !default;
 $progress-border-width: 1px !default;
 $progress-border-radius: 0 !default;
 
 //backgrounds
-$progress-background-color: #E0E8F3 !default;
+$progress-background-color: adjust-color($progress-bar-base-color, $hue: 0deg, $saturation: -11.37%, $lightness: 7.451%) !default;
 
 //bar
-$progress-bar-background-color: #73A1E0 !default;
+$progress-bar-background-color: adjust-color($progress-bar-base-color, $hue: 0deg, $saturation: 8.187%, $lightness: -17.647%) !default;
 
 //text
 $progress-text-color-front: #fff !default;
-$progress-text-color-back: #396095 !default;
+$progress-text-color-back: adjust-color($progress-bar-base-color, $hue: 0deg, $saturation: -10.895%, $lightness: -43.725%) !default;
 $progress-text-text-align: center !default;
 $progress-text-font-size: ceil($font-size * .9) !default;
 $progress-text-font-weight: bold !default;
\ No newline at end of file