Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / resources / themes / stylesheets / ext4 / default / variables / _qtip.scss
1 $tip-base-color: adjust-color($base-color, $hue: 2.121deg, $saturation: 44.444%, $lightness: 11.569%) !default;
2
3 //background
4 $tip-background-color: $tip-base-color !default;
5 $tip-background-gradient: false !default;
6
7 //text
8 $tip-body-color      : adjust-color($neutral-color, $hue: 0deg, $saturation: 0%, $lightness: -66.667%) !default;
9 $tip-body-font-size  : ceil($font-size * .9) !default;
10 $tip-body-font-weight: normal !default;
11 $tip-body-padding: 3px !default;
12 $tip-body-link-color: darken($tip-body-color, 10%) !default;
13
14 $tip-header-color      : $tip-body-color !default;
15 $tip-header-font-size  : $tip-body-font-size !default;
16 $tip-header-font-weight: bold !default;
17 $tip-header-padding    : 3px 3px 0 !default;  
18
19 //borders
20 $tip-border-color: adjust-color($tip-base-color, $hue: -1.705deg, $saturation: -60.494%, $lightness: -27.451%) !default;
21 $tip-border-width: 1px !default;
22 $tip-border-radius: 3px !default;
23
24 //error tips
25 $tip-error-inner-border-color: #d87166 !default;
26 $tip-error-border-color: #a1311f !default;
27 $tip-error-border-radius: 5px !default;
28 $tip-error-border-width: 1px !default;
29 $tip-error-background-color: #fff !default;