changeset 3638:158d55ec2042 configuration

client: css: adjusted color of cutom checkbox
author Markus Kottlaender <markus@intevation.de>
date Wed, 12 Jun 2019 12:16:52 +0200
parents 0e2605f6fddd
children 32d7bb1afdc9
files client/src/assets/application.scss
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/assets/application.scss	Wed Jun 12 12:08:50 2019 +0200
+++ b/client/src/assets/application.scss	Wed Jun 12 12:16:52 2019 +0200
@@ -222,3 +222,8 @@
   width: 50% !important;
   height: 50% !important;
 }
+
+.custom-control-input:checked~.custom-control-label::before {
+    border-color: $color-info;
+    background-color: $color-info;
+}