Skip to content

CSS seems to make X image too low in FF, Chrome and Safari on Mac #8

@OpenESignForms

Description

@OpenESignForms

I'm using the 1.2.1 version on Vaadin 7.4.7 and noted that the X icon is below the input field. I'm pretty sure this wasn't true before, but as we've upgraded versions, we don't always notice UI changes like this.

To correct it, we had to add this CSS to our theme to override -- essentially remove -- the vertical-align and top attributes shipped with the addon:

/* 6/30/2015: fix for resetbuttonfortextfield where X image is showing too low */
.resetbuttonfortextfield-resetbutton { vertical-align: baseline !important; top: auto !important; }

I've included an image that shows how it looks in Chrome without the CSS overrides.
image

Our theme is basically built on reindeer. Is there perhaps some issue with changes people are making to use Valo theme?

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions