calendar header fix

This commit is contained in:
gilbN 2019-06-16 17:46:28 +02:00
parent 5eaaad64ae
commit 569ae6d5e5
2 changed files with 2 additions and 2 deletions

View File

@ -304,7 +304,7 @@ table.dataTable>tbody>tr:nth-of-type(even):hover {
background-color: rgba(0, 0, 0, 0.25) !important;
}
th.fc-day-header.fc-widget-header.fc-today {
background-color:rgba(255, 255, 255, 0.25) !important;
background-color:rgba(0, 0, 0, 0.25) !important;
}
.fc-widget-content.fc-today {
background-color: rgba(255, 255, 255, 0.25) !important;

View File

@ -304,7 +304,7 @@ table.dataTable>tbody>tr:nth-of-type(even):hover {
background-color: rgba(0, 0, 0, 0.25) !important;
}
th.fc-day-header.fc-widget-header.fc-today {
background-color:rgba(255, 255, 255, 0.25) !important;
background-color:rgba(0, 0, 0, 0.25) !important;
}
.fc-widget-content.fc-today {
background-color: rgba(255, 255, 255, 0.25) !important;