Dotclear

source: admin/style/date-picker.css @ 3525:ae1b57570664

Revision 3525:ae1b57570664, 717 bytes checked in by franck <carnet.franck.paul@…>, 8 years ago (diff)

Refresh a little but the datepicker look

Line 
1.date-picker {
2     border-collapse: collapse;
3     background: #fff;
4     color: #e2e2e2;
5     border: 1px solid #666;
6     width: auto;
7}
8.date-picker th {
9     border: none;
10     background-color: #2b90d8;
11     color: #fff;
12     text-align: center;
13}
14.date-picker td {
15     border: none;
16     text-align: center;
17     padding : 4px 6px;
18}
19th.date-picker-month {
20     text-align: left;
21}
22th.date-picker-year {
23     text-align: right;
24}
25.date-picker-control, th.date-picker-control {
26     color: #eee;
27     cursor: pointer;
28}
29.date-picker-day, .date-picker-today {
30     color: #000;
31     background: #e2e2e2;
32     cursor: pointer;
33}
34.date-picker-today {
35     color: #fff;
36     background: rgb(239, 83, 80);
37     font-weight: bold;
38}
39.date-picker input {
40     border: 1px solid #eee;
41     padding: .125em .5em;
42}
Note: See TracBrowser for help on using the repository browser.

Sites map