sync
[roojs1] / less / roojs-bootstrap / checkbox.less
index f3bcaef..7737fc2 100644 (file)
@@ -22,7 +22,7 @@
     height: 17px;
     left: 0;
     margin-left: -20px;
-    border: 1px solid @gray-lighter-80;
+    border: 1px solid @gray-light;
     border-radius: 3px;
     background-color: @body-bg;
     -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
@@ -43,7 +43,8 @@
 .checkbox input[type="checkbox"] {
     display: none; }
 .checkbox input[type="checkbox"]:checked + label::after {
-    font-family: 'FontAwesome';
+    font-family: 'Font Awesome 5 Free';
+    font-weight: 900; 
     content: "\f00c"; }
 .checkbox input[type="checkbox"]:disabled + label {
     opacity: 0.65; }
     height: 17px;
     left: 0;
     margin-left: -20px;
-    border: 1px solid @gray-lighter-80;
+    border: 1px solid @gray-light;
     border-radius: 50%;
     background-color: @body-bg;
     -webkit-transition: border 0.15s ease-in-out;