1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-08-16 15:09:39 +02:00

fix checkboxes color in pihole

This commit is contained in:
Cloudburst 2022-06-23 17:18:52 +02:00 committed by GitHub
parent 577fa8efb4
commit 1ebc2669ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -499,6 +499,11 @@
border-color: var(--button-color) !important;
}
[class*=icheck-]>input:first-child:checked+input[type=hidden]+label::after,
[class*=icheck-]>input:first-child:checked+label::after {
border-color: var(--button-text);
}
/* Input */
input,
.form-control,
@ -590,4 +595,4 @@
border-radius: 8px;
background: var(--transparency-light-50);
background-clip: padding-box;
}
}