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 #21138 from pivanov/bug-1030655
Browse files Browse the repository at this point in the history
Bug 1030655 - [Flame][Email] - fuzzy clear icon
  • Loading branch information
Pavel Ivanov committed Jul 2, 2014
2 parents f9110ee + 177ee97 commit 36935ed
Show file tree
Hide file tree
Showing 20 changed files with 3 additions and 5 deletions.
Binary file modified shared/elements/gaia_textinput/images/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 shared/elements/gaia_textinput/images/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 modified shared/elements/gaia_textinput/images/clear@2.25x.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 shared/elements/gaia_textinput/images/clear@2x.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 shared/elements/gaia_textinput/images/clear_dark.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 shared/elements/gaia_textinput/images/clear_dark@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 modified shared/elements/gaia_textinput/images/clear_dark@2.25x.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 shared/elements/gaia_textinput/images/clear_dark@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion shared/elements/gaia_textinput/style.css
Expand Up @@ -70,7 +70,7 @@ textarea + button.reset {
font-size: 0;
opacity: 0;
pointer-events: none;
background: transparent url(images/clear.png) no-repeat 50% 50% / 1.7rem auto;
background: transparent url(images/clear.png) no-repeat 50% 50% / 2.4rem auto;
}

.skin-dark input + button[type="reset"],
Expand Down
4 changes: 2 additions & 2 deletions shared/style/input_areas.css
Expand Up @@ -79,13 +79,13 @@ form p textarea + button[type="reset"] {
font-size: 0;
opacity: 0;
pointer-events: none;
background: url(input_areas/images/clear.svg) no-repeat center / 3rem;
background: url(input_areas/images/clear.png) no-repeat 50% 50% / 2.4rem auto;
}


.skin-dark p input + button[type="reset"],
.skin-dark p textarea + button[type="reset"] {
background-image: url(input_areas/images/clear_dark.svg);
background-image: url(input_areas/images/clear_dark.png);
}

/* To avoid colission with BB butons */
Expand Down
Binary file added shared/style/input_areas/images/clear.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion shared/style/input_areas/images/clear.svg

This file was deleted.

Binary file added shared/style/input_areas/images/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 added shared/style/input_areas/images/clear@2.25x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added shared/style/input_areas/images/clear@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added shared/style/input_areas/images/clear_dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion shared/style/input_areas/images/clear_dark.svg

This file was deleted.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added shared/style/input_areas/images/clear_dark@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 36935ed

Please sign in to comment.