From: John Alhroos Date: Mon, 17 May 2010 08:00:35 +0000 (+0000) Subject: Fix for #4582 X-Git-Tag: 6.7.0.beta1~1656^2~11 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=29832d529f38552a3b06659f19bded442d6abb7a;p=vaadin-framework.git Fix for #4582 svn changeset:13200/svn branch:6.3 --- diff --git a/WebContent/VAADIN/themes/base/datefield/datefield.css b/WebContent/VAADIN/themes/base/datefield/datefield.css index 0103be41da..263eb99820 100644 --- a/WebContent/VAADIN/themes/base/datefield/datefield.css +++ b/WebContent/VAADIN/themes/base/datefield/datefield.css @@ -8,7 +8,11 @@ .v-datefield-button { cursor: pointer; } -.v-readonly .v-datefield-button { +/* We need to limit the scope of the .v-readonly to the date field + * class so the Window:s readonly value is not inherited to the + * datefield button. See ticket #4582 for details. + */ +.v-datefield.v-readonly .v-datefield-button { display: none; } .v-datefield-calendarpanel table {