Browse Source

fix checkboxes color in pihole

pull/388/head
Cloudburst 3 years ago
committed by GitHub
parent
commit
1ebc2669ff
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      css/base/pihole/pihole-base.css

5
css/base/pihole/pihole-base.css

@ -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…
Cancel
Save