From acc0770d36e815589efbade2d5b83d9bfec4bd2f Mon Sep 17 00:00:00 2001 From: Fabian Nonnenmacher Date: Tue, 22 Dec 2015 16:34:24 +0100 Subject: [PATCH] Changed stylesheet to disable calender in popup of DurationField. * calender popup should only show the time selector, because the modified DurationField only uses this value Signed-off-by: Nonnenmacher Fabian --- .../VAADIN/themes/hawkbit/customstyles/systemconfig.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/systemconfig.scss b/hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/systemconfig.scss index 95eea57f2..ee88a1398 100644 --- a/hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/systemconfig.scss +++ b/hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/systemconfig.scss @@ -44,5 +44,11 @@ bottom: 13px; color: $button-icon-color; } + } -} + + .durationfield .v-datefield-calendarpanel-header, + .durationfield .v-datefield-calendarpanel-body { + display: none; + } +} \ No newline at end of file