CSS
This commit is contained in:
parent
57bb6506a3
commit
81bba56776
@ -331,15 +331,15 @@ span.timesheetalreadyrecorded input {
|
|||||||
border-bottom: solid 1px rgba(0,0,0,0.4);
|
border-bottom: solid 1px rgba(0,0,0,0.4);
|
||||||
margin-right: 1px !important;
|
margin-right: 1px !important;
|
||||||
}
|
}
|
||||||
td.weekend {
|
|
||||||
background-color: #eee;
|
|
||||||
}
|
|
||||||
td.onholidaymorning, td.onholidayafternoon {
|
td.onholidaymorning, td.onholidayafternoon {
|
||||||
background-color: #fdf6f2;
|
background-color: #fdf6f2;
|
||||||
}
|
}
|
||||||
td.onholidayallday {
|
td.onholidayallday {
|
||||||
background-color: #f4eede;
|
background-color: #f4eede;
|
||||||
}
|
}
|
||||||
|
td.weekend { /* must be after td.onholidayallday */
|
||||||
|
background-color: #eee;
|
||||||
|
}
|
||||||
/*
|
/*
|
||||||
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