Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / resources / themes / stylesheets / ext4 / default / widgets / form / _checkboxgroup.scss
diff --git a/resources/themes/stylesheets/ext4/default/widgets/form/_checkboxgroup.scss b/resources/themes/stylesheets/ext4/default/widgets/form/_checkboxgroup.scss
new file mode 100644 (file)
index 0000000..59c2f8d
--- /dev/null
@@ -0,0 +1,30 @@
+@mixin extjs-form-checkboxgroup {
+
+    .#{$prefix}form-checkboxgroup-body {
+        padding: 3px 4px;
+    }
+
+    .#{$prefix}form-invalid {
+        .#{$prefix}form-checkboxgroup-body {
+            border: 1px solid #c30;
+            background: #fff theme-image($theme-name, 'grid/invalid_line.gif') repeat-x bottom;
+            padding: 2px 3px;
+        }
+    }
+    
+    .#{$prefix}check-group-alt {
+        background: adjust-color($base-color, $hue: 2.667deg, $saturation: -7.168%, $lightness: 3.725%);
+        
+        border-top:1px dotted adjust-color($base-color, $hue: 17.193deg, $saturation: -40.827%, $lightness: -9.412%);
+        border-bottom:1px dotted adjust-color($base-color, $hue: 17.193deg, $saturation: -40.827%, $lightness: -9.412%);
+    }
+
+    .#{$prefix}form-check-group-label {
+        color: #333;
+        
+        border-bottom: 1px solid #333;
+        
+        margin: 0 30px 5px 0;
+        padding: 2px;
+    }
+}
\ No newline at end of file