зеркало из https://github.com/mozilla/pjs.git
Fixing so that weekends get highlighted in blue.
This commit is contained in:
Родитель
30a58a476f
Коммит
c32e5c96ff
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче