Change bordercolor of search
Add margin to Searchresults
This commit is contained in:
parent
adf876c37f
commit
6b08123ee5
@ -6,11 +6,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#SearchResults {
|
#SearchResults {
|
||||||
max-width: 100vw;
|
max-width: 98vw;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#SearchBox select, #SearchBox button, #SearchBox input {
|
#SearchBox select, #SearchBox button, #SearchBox input {
|
||||||
border-color: var(--accent-color);
|
border-color: var(--primary-color);
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
border-bottom-width: 2px;
|
border-bottom-width: 2px;
|
||||||
@ -22,27 +23,21 @@
|
|||||||
#Searchbox-Manganame {
|
#Searchbox-Manganame {
|
||||||
border-bottom-left-radius: 2px;
|
border-bottom-left-radius: 2px;
|
||||||
border-top-left-radius: 2px;
|
border-top-left-radius: 2px;
|
||||||
border-left-width: 2px;
|
border-left-width: 2px !important;
|
||||||
border-right-width: 0;
|
|
||||||
width: 300px;
|
width: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#Searchbox-connector {
|
#Searchbox-connector {
|
||||||
border-left-width: 0;
|
|
||||||
border-right-width: 0;
|
|
||||||
width: max-content;
|
width: max-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
#Searchbox-language {
|
#Searchbox-language {
|
||||||
border-left-width: 0;
|
|
||||||
border-right-width: 0;
|
|
||||||
width: 90px;
|
width: 90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#Searchbox-button {
|
#Searchbox-button {
|
||||||
border-bottom-right-radius: 2px;
|
border-bottom-right-radius: 2px;
|
||||||
border-top-right-radius: 2px;
|
border-top-right-radius: 2px;
|
||||||
border-left-width: 0;
|
border-right-width: 2px !important;
|
||||||
border-right-width: 2px;
|
|
||||||
width: 90px;
|
width: 90px;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user