Browse Source

#8085 Apply style names to the popup in addition to the DateField

svn changeset:22604/svn branch:6.7
tags/7.0.0.alpha2
Artur Signell 12 years ago
parent
commit
0923cba358
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      WebContent/VAADIN/themes/reindeer-tests/styles.css

+ 8
- 0
WebContent/VAADIN/themes/reindeer-tests/styles.css View File

@@ -19,3 +19,11 @@
.v-readonly.v-datefield-enabled-readonly-styled .v-datefield-button {
display: none;
}

.popup-style .v-datefield-calendarpanel-header,
.v-datefield-popup-popup-style .v-datefield-calendarpanel-time {
background: red;
}
.popup-style .v-datefield-calendarpanel-body {
background: yellow;
}

Loading…
Cancel
Save