calendar header fix
This commit is contained in:
parent
5eaaad64ae
commit
569ae6d5e5
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user