adjust search-field size
This commit is contained in:
parent
b854568ed8
commit
6a77365208
1 changed files with 3 additions and 5 deletions
|
@ -951,8 +951,8 @@ input[type=time] {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
left: 9px;
|
left: 15px;
|
||||||
top: 7px;
|
top: 12px;
|
||||||
width: 17px;
|
width: 17px;
|
||||||
height: 17px;
|
height: 17px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -961,10 +961,8 @@ input[type=time] {
|
||||||
|
|
||||||
input[type=search] {
|
input[type=search] {
|
||||||
appearance: textfield;
|
appearance: textfield;
|
||||||
line-height: 30px;
|
|
||||||
height: 30px;
|
|
||||||
border-radius: 19px;
|
border-radius: 19px;
|
||||||
padding: 0 17px 0 34px;
|
padding: 0 17px 0 42px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="search"]::-webkit-search-cancel-button,
|
input[type="search"]::-webkit-search-cancel-button,
|
||||||
|
|
Loading…
Reference in a new issue