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 <fabian.nonnenmacher@bosch-si.com>
This commit is contained in:
Fabian Nonnenmacher
2015-12-22 16:34:24 +01:00
committed by Nonnenmacher Fabian
parent ee1aabc93f
commit acc0770d36

View File

@@ -44,5 +44,11 @@
bottom: 13px;
color: $button-icon-color;
}
}
}
.durationfield .v-datefield-calendarpanel-header,
.durationfield .v-datefield-calendarpanel-body {
display: none;
}
}