Change color of checkbox to make it visible on Firefox Mobile

lektura
max.mehl 2017-09-14 20:34:55 +02:00
parent ca6ee2e32d
commit e589997499
1 changed files with 3 additions and 0 deletions

View File

@ -132,6 +132,9 @@ blockquote p {
font-weight: 400;
margin: 5px 3px;
}
#action form input[type="checked"] {
color: #000;
}
.sign-input {
position: relative;
color: #555;