From 7ede6c55c347b3459b3e2bd607a84f7d7b46b50a Mon Sep 17 00:00:00 2001 From: Kasper Friis Christensen Date: Sat, 15 Apr 2017 10:52:29 +0200 Subject: [PATCH] Removed double border in btn-groups --- src/static_src/css/bornhack.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/static_src/css/bornhack.css b/src/static_src/css/bornhack.css index 547745cc..b8dd4e3e 100644 --- a/src/static_src/css/bornhack.css +++ b/src/static_src/css/bornhack.css @@ -43,6 +43,18 @@ a, a:active, a:focus { margin-top: 6px; } +/* btn-group */ +.btn-group .btn { + border-right: 0; +} + +.btn-group .btn:last-of-type { + border-right: 1px solid #ccc; +} + +.btn-group .btn.btn-primary:last-of-type { + border-color: #2e6da4; +} /* Form stuff */