Update search.css

This commit is contained in:
sirjonasxx 2021-08-22 02:54:21 +02:00
parent 486ce36528
commit aae2ecd1f0

View File

@ -1,6 +1,6 @@
.searchContainer { .searchContainer {
background-color: #d4eaf5; background-color: #effeff;
width: 100%; width: 100%;
min-height: 0; min-height: 0;
@ -34,6 +34,8 @@
padding: 0 10px 10px 10px; padding: 0 10px 10px 10px;
border: 1px solid #666; border: 1px solid #666;
border-radius: 5px; border-radius: 5px;
background-color: #dcf9f7;
} }
.filterStuff { .filterStuff {