|
@@ -1012,7 +1012,6 @@ li.user-progress .progress-bar { |
|
|
text-align: right; |
|
|
text-align: right; |
|
|
} |
|
|
} |
|
|
input[type="checkbox"] { |
|
|
input[type="checkbox"] { |
|
|
visibility: hidden; |
|
|
|
|
|
position: relative; |
|
|
position: relative; |
|
|
} |
|
|
} |
|
|
input[type="checkbox"]:before { |
|
|
input[type="checkbox"]:before { |
|
@@ -1031,12 +1030,21 @@ input[type="checkbox"]:before { |
|
|
-webkit-transition: 150ms color; |
|
|
-webkit-transition: 150ms color; |
|
|
-o-transition: 150ms color; |
|
|
-o-transition: 150ms color; |
|
|
transition: 150ms color; |
|
|
transition: 150ms color; |
|
|
|
|
|
background-color: white; |
|
|
|
|
|
padding: 1px; |
|
|
|
|
|
margin: -1px; |
|
|
|
|
|
} |
|
|
|
|
|
input[type="checkbox"]:focus:before { |
|
|
|
|
|
color: #8D99A6; |
|
|
} |
|
|
} |
|
|
input[type="checkbox"]:checked:before { |
|
|
input[type="checkbox"]:checked:before { |
|
|
content: '\f14a'; |
|
|
content: '\f14a'; |
|
|
font-size: 13px; |
|
|
font-size: 13px; |
|
|
color: #3b99fc; |
|
|
color: #3b99fc; |
|
|
} |
|
|
} |
|
|
|
|
|
input[type="checkbox"]:focus { |
|
|
|
|
|
outline: none; |
|
|
|
|
|
} |
|
|
.multiselect-empty-state { |
|
|
.multiselect-empty-state { |
|
|
min-height: 300px; |
|
|
min-height: 300px; |
|
|
display: flex; |
|
|
display: flex; |
|
|