Fixes: U4-7625 Rounded corners for datepicker dialog

This commit is contained in:
Simon Busborg
2016-01-04 10:11:04 +01:00
parent d78428213e
commit dd72f2fe3a

View File

@@ -574,3 +574,12 @@ input[type=checkbox]:checked + .input-label--small {
font-weight: bold;
line-height: 20px;
}
// Datepicker styles
.bootstrap-datetimepicker-widget,
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th,
.bootstrap-datetimepicker-widget td span {
border-radius: 0 !important;
}