Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / resources / themes / stylesheets / ext4 / default / widgets / form / _checkboxgroup.scss
1 @mixin extjs-form-checkboxgroup {
2
3     .#{$prefix}form-checkboxgroup-body {
4         //padding: 3px 4px;
5     }
6
7     .#{$prefix}form-invalid {
8         .#{$prefix}form-checkboxgroup-body {
9             border: 1px solid #c30;
10             background: #fff repeat-x bottom;
11             background-image: theme-background-image($theme-name, 'grid/invalid_line.gif');
12             padding: 2px 3px;
13         }
14     }
15     
16     .#{$prefix}check-group-alt {
17         background: adjust-color($base-color, $hue: 2.667deg, $saturation: -7.168%, $lightness: 3.725%);
18         
19         border-top:1px dotted adjust-color($base-color, $hue: 17.193deg, $saturation: -40.827%, $lightness: -9.412%);
20         border-bottom:1px dotted adjust-color($base-color, $hue: 17.193deg, $saturation: -40.827%, $lightness: -9.412%);
21     }
22
23     .#{$prefix}form-check-group-label {
24         color: #333;
25         
26         border-bottom: 1px solid #333;
27         
28         margin: 0 30px 5px 0;
29         padding: 2px;
30     }
31 }