Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / resources / themes / stylesheets / ext4 / default / widgets / form / _checkboxgroup.scss
diff --git a/docs/resources/themes/stylesheets/ext4/default/widgets/form/_checkboxgroup.scss b/docs/resources/themes/stylesheets/ext4/default/widgets/form/_checkboxgroup.scss
deleted file mode 100644 (file)
index 59c2f8d..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-@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