diff --git a/CSS/themes/organizr-hotline.css b/CSS/themes/organizr-hotline.css index 2fefecf7..a76fa780 100644 --- a/CSS/themes/organizr-hotline.css +++ b/CSS/themes/organizr-hotline.css @@ -285,7 +285,7 @@ table.dataTable>tbody>tr:nth-of-type(even):hover { cursor: pointer!important; 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; background: rgba(0, 0, 0, 0.05); } diff --git a/CSS/themes/organizr-marine.css b/CSS/themes/organizr-marine.css index 33ec2ba5..0fb1be9d 100644 --- a/CSS/themes/organizr-marine.css +++ b/CSS/themes/organizr-marine.css @@ -285,7 +285,7 @@ table.dataTable>tbody>tr:nth-of-type(even):hover { cursor: pointer!important; 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; background: rgba(0, 0, 0, 0.05); }