java - Vaadin caption invisible in IE -
i got problem display caption of components setenabled false - caption example not visible or white:
i don't have problem in firefox.
example above: created class extends formlayout , put components textfield, checkbox, whole panel setenabled(false/true).
how can make caption visible in ie?
the solution ie set custom css style
.v-disabled { opacity: black !important; efilter: alpha(opacity=80); }
Comments
Post a Comment