update search icon(s)
This commit is contained in:
parent
c6751e25e0
commit
3cd32e2f44
5 changed files with 17 additions and 37 deletions
|
@ -242,14 +242,14 @@ input[type=search] {
|
|||
|
||||
input[type=text].mx_textinput_icon,
|
||||
input[type=search].mx_textinput_icon {
|
||||
padding-left: 30px;
|
||||
padding-left: 36px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 10px center;
|
||||
}
|
||||
|
||||
input[type=text].mx_textinput_icon.mx_textinput_search,
|
||||
input[type=search].mx_textinput_icon.mx_textinput_search {
|
||||
background-image: url('../../img/icons-search-copy.svg');
|
||||
background-image: url('../../img/icons-search.svg');
|
||||
}
|
||||
|
||||
// dont search UI as not all browsers support it,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue