Fixed style on search input from useragent

This commit is contained in:
RemixDev 2020-06-23 16:21:35 +02:00
parent 7912a8d4e2
commit e32b7b7959
3 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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