File: date-picker.css

package info (click to toggle)
dotclear 2.6.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 8,420 kB
  • sloc: php: 54,270; sql: 1,290; sh: 213; xml: 173; makefile: 158
file content (36 lines) | stat: -rw-r--r-- 611 bytes parent folder | download
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
.date-picker {
	border-collapse: collapse;
	background: #fff;
	color: #fff;
	border: 1px solid #666;
	border-width: 1px 2px 2px 1px;
	width: auto;
}
.date-picker th {
	border: none;
	color: #000;
	text-align: center;
}
.date-picker td {
	border: 1px solid #666;
	text-align: center;
	padding : 4px 6px;
}
th.date-picker-month {
	text-align: left;
}
th.date-picker-year {
	text-align: right;
}
.date-picker-control, th.date-picker-control {
	color: #2373A8;
	cursor: pointer;
}
.date-picker-day, .date-picker-today {
	color: #000;
	background: #eee;
	cursor: pointer;
}
.date-picker-today {
	background: #ccc;
}