]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix for #4582
authorJohn Alhroos <john.ahlroos@itmill.com>
Mon, 17 May 2010 08:00:35 +0000 (08:00 +0000)
committerJohn Alhroos <john.ahlroos@itmill.com>
Mon, 17 May 2010 08:00:35 +0000 (08:00 +0000)
svn changeset:13200/svn branch:6.3

WebContent/VAADIN/themes/base/datefield/datefield.css

index 0103be41da711bd366b8f728538ad2560be0f50c..263eb998209779186da570e42fbfe3a77189ff53 100644 (file)
@@ -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 {