Fix checked->checkbox and set color to initial

lektura
max.mehl 2017-09-14 20:40:03 +02:00
parent e589997499
commit eebea6550f
1 changed files with 2 additions and 2 deletions

View File

@ -132,8 +132,8 @@ blockquote p {
font-weight: 400;
margin: 5px 3px;
}
#action form input[type="checked"] {
color: #000;
#action form input[type="checkbox"] {
color: initial !important; /* fixes hidden checkbox mark on FF Mobile */
}
.sign-input {
position: relative;