From e9fccce2c03a76add446303b4e8f47814d2a236c Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Mon, 15 Oct 2018 20:11:14 +0200 Subject: [PATCH] Update _bootstrap.scss --- src/Squidex/app/theme/_bootstrap.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Squidex/app/theme/_bootstrap.scss b/src/Squidex/app/theme/_bootstrap.scss index 4f3dcf86b..028944ef9 100644 --- a/src/Squidex/app/theme/_bootstrap.scss +++ b/src/Squidex/app/theme/_bootstrap.scss @@ -373,7 +373,7 @@ a { &-group { .btn-toggle { & { - border: 2px solid $color-border; + border: 1px solid $color-border; background: $color-dark-foreground; } @@ -560,4 +560,4 @@ a { tbody + tbody { border: 0; } -} \ No newline at end of file +}