mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
fix checkboxes color in pihole
This commit is contained in:
parent
577fa8efb4
commit
1ebc2669ff
@ -499,6 +499,11 @@
|
|||||||
border-color: var(--button-color) !important;
|
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 */
|
||||||
input,
|
input,
|
||||||
.form-control,
|
.form-control,
|
||||||
|
Loading…
Reference in New Issue
Block a user