forked from karlseguin/jquery.simpleDatePicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatePicker.css
More file actions
12 lines (11 loc) · 700 Bytes
/
datePicker.css
File metadata and controls
12 lines (11 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
/* these 4 lines are the most important with respect to styling the control */
.calendar{background:#FFF;}
.calendar table{color:#333 ; width: 100%; height: 100%;}
.calendar table td.hover{background:#EAEAEA;color:#444;}
.calendar table td.today{background:#efefef;}
.calendar table td.weekend {color:#AAA;}
.calendar table tr.head td {font-weight:bold; font-size: 0.9em;}
.calendar table td.hl {font-weight: bold;}
.calendar table td.selected{background: #FFA900;color:#444;}
.calendar{overflow:auto;width:15em;height:15em;line-height:1em;-moz-user-select:none;-webkit-user-select: none;-khtml-user-select: none;user-select: none;}
.calendar table td{width:1.8em;text-align:center;cursor:pointer;}