Change bordercolor of search

Add margin to Searchresults
This commit is contained in:
glax 2024-10-19 20:41:02 +02:00
parent adf876c37f
commit 6b08123ee5

View File

@ -6,11 +6,12 @@
}
#SearchResults {
max-width: 100vw;
max-width: 98vw;
margin: 0 auto;
}
#SearchBox select, #SearchBox button, #SearchBox input {
border-color: var(--accent-color);
border-color: var(--primary-color);
border-style: solid;
border-width: 0;
border-bottom-width: 2px;
@ -22,27 +23,21 @@
#Searchbox-Manganame {
border-bottom-left-radius: 2px;
border-top-left-radius: 2px;
border-left-width: 2px;
border-right-width: 0;
border-left-width: 2px !important;
width: 300px;
}
#Searchbox-connector {
border-left-width: 0;
border-right-width: 0;
width: max-content;
}
#Searchbox-language {
border-left-width: 0;
border-right-width: 0;
width: 90px;
}
#Searchbox-button {
border-bottom-right-radius: 2px;
border-top-right-radius: 2px;
border-left-width: 0;
border-right-width: 2px;
border-right-width: 2px !important;
width: 90px;
}