From bdb24d1b9ee72c1cf8fc59d3b58de1cdcf58dcad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Mon, 7 Sep 2020 12:51:56 +0300 Subject: [PATCH] checkbox checked class style fixed --- public/css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/custom.css b/public/css/custom.css index 359a585fe..0ad94465e 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -825,3 +825,7 @@ table .align-items-center td span.badge { .form-group.has-error .el-input__inner { border-color: #ef3232 !important; } + +.form-group .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e") +}