Add project calendars (merge/refactoring of #490)
This commit is contained in:
File diff suppressed because one or more lines are too long
5
assets/css/fullcalendar.min.css
vendored
Normal file
5
assets/css/fullcalendar.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -13,6 +13,7 @@
|
||||
left: 0px;
|
||||
top: 0;
|
||||
max-width: 250px;
|
||||
min-width: 200px;
|
||||
padding: 10px;
|
||||
padding-top: 0;
|
||||
border: 1px solid #ddd;
|
||||
|
||||
@@ -205,46 +205,3 @@ a.task-board-nobody {
|
||||
margin-bottom: 25px;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
/* task colors */
|
||||
tr td.task-blue,
|
||||
.task-blue {
|
||||
background-color: rgb(219, 235, 255);
|
||||
border-color: rgb(168, 207, 255);
|
||||
}
|
||||
|
||||
tr td.task-purple,
|
||||
.task-purple {
|
||||
background-color: rgb(223, 176, 255);
|
||||
border-color: rgb(205, 133, 254);
|
||||
}
|
||||
|
||||
tr td.task-grey,
|
||||
.task-grey {
|
||||
background-color: rgb(238, 238, 238);
|
||||
border-color: rgb(204, 204, 204);
|
||||
}
|
||||
|
||||
tr td.task-red,
|
||||
.task-red {
|
||||
background-color: rgb(255, 187, 187);
|
||||
border-color: rgb(255, 151, 151);
|
||||
}
|
||||
|
||||
tr td.task-green,
|
||||
.task-green {
|
||||
background-color: rgb(189, 244, 203);
|
||||
border-color: rgb(74, 227, 113);
|
||||
}
|
||||
|
||||
tr td.task-yellow,
|
||||
.task-yellow {
|
||||
background-color: rgb(245, 247, 196);
|
||||
border-color: rgb(223, 227, 45);
|
||||
}
|
||||
|
||||
tr td.task-orange,
|
||||
.task-orange {
|
||||
background-color: rgb(255, 215, 179);
|
||||
border-color: rgb(255, 172, 98);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user