_bootstrap-datetimepicker.scss
810 字节
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/***
Bootstrap Datetimepicker
***/
.datetimepicker table td {
color: #000;
font-weight: 300 !important;
font-family: 'Open Sans' !important;
}
.datetimepicker table th {
font-family: 'Open Sans' !important;
font-weight: 400 !important;
}
.datetimepicker.dropdown-menu {
padding: 5px;
}
.datetimepicker .active {
background-color:#4b8df8 !important;
background-image: none !important;
filter: none !important;
}
.datetimepicker .active:hover {
background-color: #2678FC !important;
background-image: none !important;
filter: none !important;
}
.datetimepicker .fa-angle-left:before {
content: "\f104";
}
.datetimepicker .fa-angle-right:before {
content: "\f105";
}
/* change z-index when opened in modal */
.modal-open .datetimepicker {
z-index: 10055 !important;
}