From af952774bc062c60aed7d452870cdc4851deb164 Mon Sep 17 00:00:00 2001
From: Thomas Hackl <hackl@data-quest.de>
Date: Sat, 11 Mar 2023 17:07:02 +0000
Subject: [PATCH] =?UTF-8?q?Resolve=20"=C3=9Cberarbeitetes=20Suchwidget:=20?=
 =?UTF-8?q?Rand=20hat=20noch=20falsche=20Farbe"?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Closes #2353

Merge request studip/studip!1542
---
 resources/assets/stylesheets/scss/sidebar.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/resources/assets/stylesheets/scss/sidebar.scss b/resources/assets/stylesheets/scss/sidebar.scss
index e845a35db31..4abfd82c90d 100644
--- a/resources/assets/stylesheets/scss/sidebar.scss
+++ b/resources/assets/stylesheets/scss/sidebar.scss
@@ -307,7 +307,7 @@ select.sidebar-selectlist {
 
                 input[type=text] {
                     box-sizing: border-box;
-                    border: 1px solid $base-color-60;
+                    border: 1px solid $dark-gray-color-30;
                     border-right: none;
                     flex: 1;
                     padding: .375rem .75rem;
@@ -316,7 +316,7 @@ select.sidebar-selectlist {
 
                 .submit-search {
                     background-color: $content-color-20;
-                    border: 1px solid $base-color-60;
+                    border: 1px solid $dark-gray-color-30;
                     border-left-color: $light-gray-color-40;
                     border-radius: 0;
                     color: transparent;
-- 
GitLab