X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/resources/themes/stylesheets/ext4/default/variables/_progress-bar.scss diff --git a/resources/themes/stylesheets/ext4/default/variables/_progress-bar.scss b/resources/themes/stylesheets/ext4/default/variables/_progress-bar.scss index a5e82f17..5f440b6b 100644 --- a/resources/themes/stylesheets/ext4/default/variables/_progress-bar.scss +++ b/resources/themes/stylesheets/ext4/default/variables/_progress-bar.scss @@ -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