Files
oav/dotclear._no/admin/style/date-picker.css
2023-03-20 12:18:38 +01:00

43 lines
717 B
CSS

.date-picker {
border-collapse: collapse;
background: #fff;
color: #e2e2e2;
border: 1px solid #666;
width: auto;
}
.date-picker th {
border: none;
background-color: #2b90d8;
color: #fff;
text-align: center;
}
.date-picker td {
border: none;
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: #eee;
cursor: pointer;
}
.date-picker-day, .date-picker-today {
color: #000;
background: #e2e2e2;
cursor: pointer;
}
.date-picker-today {
color: #fff;
background: rgb(239, 83, 80);
font-weight: bold;
}
.date-picker input {
border: 1px solid #eee;
padding: .125em .5em;
}