From 1dbafb8ef45938e22989a40b5fbddea59d406381 Mon Sep 17 00:00:00 2001 From: Julie Thezenas <julie@lydra.fr> Date: Tue, 24 May 2022 12:35:30 +0200 Subject: [PATCH] fix: get a readability button --- common/common.scss | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/common/common.scss b/common/common.scss index a70ccb7..da609d9 100644 --- a/common/common.scss +++ b/common/common.scss @@ -247,9 +247,11 @@ a { } .list-controls .combo-box .combo-box-header { - border: none; + border: 1px solid $primary-medium; + color: $primary; + box-shadow: 1px 1px 5px 1px rgba(67,66,66, .2); @include border-radius; - background-color: $header_background; + background-color: $header_primary; } .menu-panel .panel-body-bottom .btn { @@ -366,7 +368,7 @@ a:hover { .admin-controls, .email-template, .admin-container { .nav-pills>li a.active { - background: var(--tertiary); + background: var(--primary-medium); color: var(--secondary); } .btn-primary { @@ -698,8 +700,3 @@ tbody { .navigation-topics .container.list-container{ background-color: $secondary; } - -/// Category Badge /// -.badge-wrapper.bullet span.badge-category { - color: $color-white-smoke; -} -- GitLab