Tint input icon.
parent
ad4991cd8b
commit
b61aa33e99
|
@ -0,0 +1,11 @@
|
||||||
|
|
||||||
|
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
|
||||||
|
<g id="LifeBuoy" transform="translate(-1378.000000, -91.000000)" stroke="#61708b" stroke-width="1.6">
|
||||||
|
<g id="search-copy" transform="translate(1379.000000, 92.000000)">
|
||||||
|
<circle id="Oval" cx="6.22222222" cy="6.22222222" r="6.22222222"></circle>
|
||||||
|
<path d="M14,14 L10.6166667,10.6166667" id="Path"></path>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 676 B |
|
@ -262,9 +262,11 @@ input[type=search].mx_textinput_icon {
|
||||||
background-position: 10px center;
|
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=text].mx_textinput_icon.mx_textinput_search,
|
||||||
input[type=search].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,
|
// dont search UI as not all browsers support it,
|
||||||
|
|
Loading…
Reference in New Issue