mirror of https://github.com/snachodog/mybuddy.git
parent
1802733fd7
commit
32a6ea1960
|
@ -18,9 +18,12 @@
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set default text color for datetime picker.
|
|
||||||
.bootstrap-datetimepicker-widget {
|
.bootstrap-datetimepicker-widget {
|
||||||
|
// Set default text color for datetime picker.
|
||||||
color: $gray-400;
|
color: $gray-400;
|
||||||
|
|
||||||
|
// Ensure widget appears above other elements (e.g. .submit-primary).
|
||||||
|
z-index: 1050;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Datetime picker input styles.
|
// Datetime picker input styles.
|
||||||
|
|
|
@ -10496,6 +10496,7 @@ h3 {
|
||||||
|
|
||||||
.bootstrap-datetimepicker-widget {
|
.bootstrap-datetimepicker-widget {
|
||||||
color: #ced4da;
|
color: #ced4da;
|
||||||
|
z-index: 1050;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-group.datetimepicker .input-group-text {
|
.input-group.datetimepicker .input-group-text {
|
Binary file not shown.
|
@ -10496,6 +10496,7 @@ h3 {
|
||||||
|
|
||||||
.bootstrap-datetimepicker-widget {
|
.bootstrap-datetimepicker-widget {
|
||||||
color: #ced4da;
|
color: #ced4da;
|
||||||
|
z-index: 1050;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-group.datetimepicker .input-group-text {
|
.input-group.datetimepicker .input-group-text {
|
||||||
|
|
Binary file not shown.
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue