From ec7a6c0054d65f8178423b85cd5d71c24fc555ce 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 caf337d7..acc122fc 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 */