equal
deleted
inserted
replaced
|
1 .dateChooser td { |
|
2 cursor:default; |
|
3 text-align:center; |
|
4 } |
|
5 .dateChooser td.dateChooserActive:hover { |
|
6 color:white; |
|
7 background:#0A246A; |
|
8 } |
|
9 .dateChooser td.dateChooserActiveToday { |
|
10 border: 1px solid red; |
|
11 } |
|
12 .dateChooser th { |
|
13 background: #aaa; |
|
14 color: white; |
|
15 width: 18px; |
|
16 border: none; |
|
17 } |
|
18 .dateChooser option, .dateChooser select { |
|
19 font-size:10px; |
|
20 } |
|
21 .dateChooser { |
|
22 border: 2px outset #aaa; |
|
23 background: white; |
|
24 padding: 1px; |
|
25 } |
|
26 .dateChooser table { |
|
27 width:160px; |
|
28 } |