Dotclear

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

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

Refresh a little but the datepicker look

RevLine 
[0]1.date-picker {
[1330]2     border-collapse: collapse;
3     background: #fff;
[3525]4     color: #e2e2e2;
[0]5     border: 1px solid #666;
[2109]6     width: auto;
[0]7}
8.date-picker th {
[1330]9     border: none;
[3525]10     background-color: #2b90d8;
11     color: #fff;
[1330]12     text-align: center;
[0]13}
14.date-picker td {
[3525]15     border: none;
[1330]16     text-align: center;
[0]17     padding : 4px 6px;
18}
19th.date-picker-month {
[1330]20     text-align: left;
[0]21}
22th.date-picker-year {
[1330]23     text-align: right;
[0]24}
25.date-picker-control, th.date-picker-control {
[3525]26     color: #eee;
[1330]27     cursor: pointer;
[0]28}
29.date-picker-day, .date-picker-today {
[1330]30     color: #000;
[3525]31     background: #e2e2e2;
[1330]32     cursor: pointer;
[0]33}
34.date-picker-today {
[3525]35     color: #fff;
36     background: rgb(239, 83, 80);
37     font-weight: bold;
[2566]38}
[3525]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