mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2024-12-29 10:56:05 +00:00
Fixed style on search input from useragent
This commit is contained in:
parent
7912a8d4e2
commit
e32b7b7959
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2,6 +2,8 @@ input[type='text'],
|
||||||
input[type='password'],
|
input[type='password'],
|
||||||
input[type='number'],
|
input[type='number'],
|
||||||
input[type='search'] {
|
input[type='search'] {
|
||||||
|
-webkit-appearance: none;
|
||||||
|
appearance: none;
|
||||||
width: calc(100% - 16px);
|
width: calc(100% - 16px);
|
||||||
border: 0px solid black;
|
border: 0px solid black;
|
||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
|
|
Loading…
Reference in a new issue