border: 1px solid @wcfDropdownBorderColor;
color: @wcfDropdownColor;
margin-top: 7px;
+ z-index: 350 !important;
.boxShadow(2px, 2px, rgba(0, 0, 0, .2), 10px);
.ui-datepicker-calendar .ui-state-active {
background-color: @wcfContainerHoverBackgroundColor;
}
+
+ /* time picker */
+ .ui-timepicker-div {
+ border-top: 1px solid @wcfContainerBorderColor;
+
+ > dl {
+ > dt {
+ margin-top: @wcfGapTiny !important;
+ width: 100px;
+
+ &.ui_tpicker_time_label {
+ display: none;
+ }
+ }
+
+ > dd {
+ margin-left: 120px;
+ margin-top: @wcfGapTiny !important;
+
+ &.ui_tpicker_time {
+ display: none;
+ }
+ }
+ }
+ }
}