Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

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