X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/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 index 59c2f8de..00000000 --- a/docs/resources/themes/stylesheets/ext4/default/widgets/form/_checkboxgroup.scss +++ /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