calendar list fix

This commit is contained in:
gilbN 2019-06-16 13:57:05 +02:00
parent a8baa8d763
commit 1c1d4e3255
2 changed files with 2 additions and 2 deletions

View File

@ -285,7 +285,7 @@ table.dataTable>tbody>tr:nth-of-type(even):hover {
cursor: pointer!important; cursor: pointer!important;
transition: color .2s ease; transition: color .2s ease;
} }
.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-popover { .fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-popover {
border-color: transparent; border-color: transparent;
background: rgba(0, 0, 0, 0.05); background: rgba(0, 0, 0, 0.05);
} }

View File

@ -285,7 +285,7 @@ table.dataTable>tbody>tr:nth-of-type(even):hover {
cursor: pointer!important; cursor: pointer!important;
transition: color .2s ease; transition: color .2s ease;
} }
.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-popover { .fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-popover {
border-color: transparent; border-color: transparent;
background: rgba(0, 0, 0, 0.05); background: rgba(0, 0, 0, 0.05);
} }