X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=less%2Froojs-bootstrap%2Fcheckbox.less;h=477821fe5e86125dc7ab2b11f902652e8c9dbe79;hp=2f0f69ab5aa690b9be480e8550af0d21f434465d;hb=07830f57369f060d2684d2efc7e7bea00fe9e0e4;hpb=4f673c42ae46bcdefcaf2e78c3e7db903c5fd02a diff --git a/less/roojs-bootstrap/checkbox.less b/less/roojs-bootstrap/checkbox.less index 2f0f69ab5a..477821fe5e 100644 --- a/less/roojs-bootstrap/checkbox.less +++ b/less/roojs-bootstrap/checkbox.less @@ -3,7 +3,7 @@ * From https://github.com/flatlogic/awesome-bootstrap-checkbox * */ -.checkbox label { +.checkbox label.box-label { display: inline-block; position: relative; padding-left: 5px; @@ -25,60 +25,55 @@ padding-left: 3px; padding-top: 1px; font-size: 11px; - color: @gray; } + color: @gray; +} + .checkbox input[type="checkbox"] { - display: none; } + display: none; +} .checkbox input[type="checkbox"]:checked + label::after { font-size: 18px; padding-top: 0px; - font-family: 'Font Awesome 5 Free 400'; + font-family: 'Font Awesome 5 Free'; /* change the font - uses the filled one */ font-weight: 900; color: @brand-success; content: "\f14a"; } .checkbox input[type="checkbox"]:not(:checked) + label::after { font-size: 18px; padding-top: 0px; - font-family: 'Font Awesome 5 Free 400'; + font-family: 'Font Awesome 5 Free 400'; font-weight: 900; content: "\f0c8"; } .checkbox input[type="checkbox"]:disabled + label { opacity: 0.65; } -.checkbox input[type="checkbox"]:disabled + label::before { - background-color: @gray-lighter; - cursor: not-allowed; } + +.checkbox input[type="checkbox"]:disabled + label::after { + color: @gray-lighter; + cursor: not-allowed; +} + .checkbox.checkbox-circle label::before { border-radius: 50%; } -.checkbox-primary input[type="checkbox"]:checked + label::before { - background-color: @brand-primary; - border-color: @brand-primary; } + .checkbox-primary input[type="checkbox"]:checked + label::after { - color: @body-bg; } + color: @brand-primary; } -.checkbox-danger input[type="checkbox"]:checked + label::before { - background-color: @brand-danger; - border-color: @brand-danger; } + .checkbox-danger input[type="checkbox"]:checked + label::after { - color: @body-bg; } - -.checkbox-info input[type="checkbox"]:checked + label::before { - background-color: @brand-info; - border-color: @brand-info; } + color: @brand-danger; } + .checkbox-info input[type="checkbox"]:checked + label::after { - color: @body-bg; } + color: @brand-info; } -.checkbox-warning input[type="checkbox"]:checked + label::before { - background-color: @brand-warning; - border-color: @brand-warning; } + .checkbox-warning input[type="checkbox"]:checked + label::after { - color: @body-bg; } + color: @brand-warning; } -.checkbox-success input[type="checkbox"]:checked + label::before { - background-color: @brand-success; - border-color: @brand-success; } + .checkbox-success input[type="checkbox"]:checked + label::after { - color: @body-bg; } + color: @brand-success;} /* before is the outer cicle */ /* after is the inner circle.. */ @@ -179,4 +174,10 @@ .checkbox.checkbox-inline, .radio.radio-inline { margin-top: 0; -} \ No newline at end of file +} + +.form-group.checkbox { + padding-bottom:25px; + margin-top: 0; + +}