fix searchengine select css

This commit is contained in:
Gerome Matilla 2020-06-07 14:40:45 +08:00
parent 620f297f70
commit c4e3c30399

View File

@ -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;