Преглед изворни кода

#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 година
родитељ
комит
0923cba358
1 измењених фајлова са 8 додато и 0 уклоњено
  1. 8
    0
      WebContent/VAADIN/themes/reindeer-tests/styles.css

+ 8
- 0
WebContent/VAADIN/themes/reindeer-tests/styles.css Прегледај датотеку

@@ -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…
Откажи
Сачувај