svn changeset:22603/svn branch:6.7
.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;
-}
}\r
\r
if (lastReadOnlyState != readonly || lastEnabledState != isEnabled()) {\r
- // Enabled or readonly state changed. Differences in theming might\r
- // affect the width (for instance if the popup button is hidden) so\r
- // we have to recalculate the width (IF the width of the field is\r
- // fixed)\r
updateWidth();\r
}\r
\r