Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / resources / themes / stylesheets / ext4 / default / variables / _boundlist.scss
1 //background
2 $boundlist-background-color: #fff !default;
3
4 //borders
5 $boundlist-border-color: adjust-color($base-color, $hue: 0.58deg, $saturation: 25.146%, $lightness: -6.471%) !default;
6 $boundlist-border-width: 1px !default;
7 $boundlist-border-style: solid !default;
8
9 $boundlist-item-padding: 2px !default;
10 $boundlist-item-border-width: 1px !default;
11 $boundlist-item-border-style: dotted !default;
12 $boundlist-item-border-color: $boundlist-background-color !default;
13
14 $boundlist-item-over-border-color: adjust-color($base-color, $hue: 6.952deg, $saturation: 5.848%, $lightness: -6.471%) !default;
15 $boundlist-item-selected-border-color: darken($boundlist-item-over-border-color, 5) !default;
16
17 $boundlist-item-over-background-color: adjust-color($base-color, $hue: 3.188deg, $saturation: 0.542%, $lightness: 7.843%) !default;
18 $boundlist-item-selected-background-color: darken($boundlist-item-over-background-color, 5) !default;