-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbupt.datepicker.css
More file actions
74 lines (63 loc) · 1.39 KB
/
Copy pathbupt.datepicker.css
File metadata and controls
74 lines (63 loc) · 1.39 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
.ui-datepicker-wrapper{
width:240px;
font-size: 16px;
color:#666;
box-shadow: 2px 2px 8px 2px rgba(128,128,128,.3);
display: none;
position: absolute;
}
.ui-datepicker-wrapper-show{
display: block;
}
.ui-datepicker-wrapper-input-style:focus{
outline: 0 none;
border:1px solid #1abc9c;
}
.ui-datepicker-wrapper .ui-datepicker-header{
padding:0 20px;
height: 30px;
line-height: 30px;
text-align: center;
background: #f0f0f0;
border-bottom: 1px solid #ccc;
font-weight: bold;
}
.ui-datepicker-wrapper .ui-datepicker-body{
background-color: #fff;
}
.ui-datepicker-wrapper .ui-datepicker-btn{
font-family: serif;
font-size: 20px;
width: 20px;
height: 20px;
line-height: 30px;
color: #1abc9c;
text-align: center;
cursor: pointer;
text-decoration: none;
}
.ui-datepicker-wrapper .ui-datepicker-prev-btn{
float: left;
}
.ui-datepicker-wrapper .ui-datepicker-next-btn{
float: right;
}
.ui-datepicker-wrapper .ui-datepicker-body table{
width:100%;
border-collapse: collapse;
}
.ui-datepicker-wrapper .ui-datepicker-body th,
.ui-datepicker-wrapper .ui-datepicker-body td{
height:25px;
text-align: center;
}
.ui-datepicker-wrapper .ui-datepicker-body th{
font-size: 12px;
height: 30px;
line-height: 30px
}
.ui-datepicker-wrapper .ui-datepicker-body td{
font-size:10px;
border:1px solid #f0f0f0;
cursor: pointer;
}