css
This commit is contained in:
parent
d9afdc5846
commit
b8e720c8d9
@ -423,9 +423,15 @@ td.onholidaymorning, td.onholidayafternoon {
|
|||||||
td.onholidayallday {
|
td.onholidayallday {
|
||||||
background-color: #f4eede;
|
background-color: #f4eede;
|
||||||
}
|
}
|
||||||
|
td.onholidayallday:not(.weekend) input {
|
||||||
|
background-color: #f8f7f0;
|
||||||
|
}
|
||||||
td.weekend { /* must be after td.onholidayallday */
|
td.weekend { /* must be after td.onholidayallday */
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
|
td.weekend input {
|
||||||
|
background-color: #f8f8f8;
|
||||||
|
}
|
||||||
/*
|
/*
|
||||||
td.leftborder, td.hide0 {
|
td.leftborder, td.hide0 {
|
||||||
border-left: 1px solid #ccc;
|
border-left: 1px solid #ccc;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user