Skip to content
Snippets Groups Projects
Commit af952774 authored by Thomas Hackl's avatar Thomas Hackl Committed by David Siegfried
Browse files

Resolve "Überarbeitetes Suchwidget: Rand hat noch falsche Farbe"

Closes #2353

Merge request studip/studip!1542
parent 2a39ccfc
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment