Tint input icon.
This commit is contained in:
parent
ad4991cd8b
commit
b61aa33e99
2 changed files with 14 additions and 1 deletions
|
@ -262,9 +262,11 @@ input[type=search].mx_textinput_icon {
|
|||
background-position: 10px center;
|
||||
}
|
||||
|
||||
|
||||
// FIXME THEME - Tint by CSS rather than referencing a duplicate asset
|
||||
input[type=text].mx_textinput_icon.mx_textinput_search,
|
||||
input[type=search].mx_textinput_icon.mx_textinput_search {
|
||||
background-image: url('../../img/feather-icons/search.svg');
|
||||
background-image: url('../../img/feather-icons/search-input.svg');
|
||||
}
|
||||
|
||||
// dont search UI as not all browsers support it,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue