From aed2fe22dfe167eae190b6f53a1e648bfd8dce89 Mon Sep 17 00:00:00 2001 From: okendoken Date: Tue, 6 Mar 2018 19:38:48 +0300 Subject: [PATCH] update css file for npm packaging --- awesome-bootstrap-checkbox.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awesome-bootstrap-checkbox.css b/awesome-bootstrap-checkbox.css index fc33160..6899786 100644 --- a/awesome-bootstrap-checkbox.css +++ b/awesome-bootstrap-checkbox.css @@ -18,7 +18,7 @@ top: 2px; left: 0; margin-left: -1.25rem; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid #ced4da; border-radius: 3px; background-color: #fff; transition: border 0.15s ease-in-out, color 0.15s ease-in-out; } @@ -175,7 +175,7 @@ top: 2px; left: 0; margin-left: -20px; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid #ced4da; border-radius: 50%; background-color: #fff; transition: border 0.15s ease-in-out; }