Fixing so that weekends get highlighted in blue.

This commit is contained in:
mikep%oeone.com 2003-01-13 15:29:23 +00:00
Родитель 30a58a476f
Коммит c32e5c96ff
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -408,7 +408,9 @@
border: 2px solid #1D7AB5;
}
/*the selected day box, since it's last, it has the highest priority*/
.month-day-box-class[monthselected="true"]{
.month-day-box-class[monthselected="true"],
.month-day-box-class[monthselected="true"][weekend="true"]
{
background-color: #d5e3f2;
}

Просмотреть файл

@ -410,7 +410,9 @@
border: 2px solid #1D7AB5;
}
/*the selected day box, since it's last, it has the highest priority*/
.month-day-box-class[monthselected="true"]{
.month-day-box-class[monthselected="true"],
.month-day-box-class[monthselected="true"][weekend="true"]
{
background-color: #d5e3f2;
}