Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #14364 from EverythingMe/944796-clear-input-x
Browse files Browse the repository at this point in the history
Bug 944796 - [e.me][system] Use correct "X" to clear input fields [r=ranbena]
  • Loading branch information
amirnissim committed Dec 5, 2013
2 parents bf26668 + f4e0e1c commit 70fb206
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Binary file modified apps/homescreen/everything.me/images/search-clear.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/homescreen/everything.me/images/search-clear@1.5x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
7 changes: 4 additions & 3 deletions apps/homescreen/everything.me/modules/Searchbar/Searchbar.css
Expand Up @@ -83,12 +83,13 @@
#evmeContainer #button-clear {
position: absolute;
top: 1.0rem;
right: 0.7rem;
right: 0;
z-index: 30;
width: 3rem;
height: 3rem;
width: 3.5rem;
height: 3.1rem;
font-size: 0;
background: url('/everything.me/images/search-clear.png') no-repeat;
background-position: 0.1rem 0.2rem;
display: none;
}
#evmeContainer .clear-visible #button-clear {
Expand Down

0 comments on commit 70fb206

Please sign in to comment.