forked from extern/the-glorious-startpage
fix searchengine select css
This commit is contained in:
parent
620f297f70
commit
c4e3c30399
@ -44,15 +44,15 @@
|
||||
}
|
||||
|
||||
#searchEngineSelect {
|
||||
width: 100%;
|
||||
height: 32px;
|
||||
background: var(--base-container);
|
||||
color: var(--base-color);
|
||||
font-weight: normal;
|
||||
font-style: 14pt;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
margin-top: 5px;
|
||||
border: none;
|
||||
text-align: center;
|
||||
border-radius: 6px;
|
||||
padding: 5px;
|
||||
color: var(--base-color);
|
||||
background: var(--base-container);
|
||||
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
|
Loading…
Reference in New Issue
Block a user