diff --git a/CSS/themes/organizr-hotline.css b/CSS/themes/organizr-hotline.css index 2c260e3b..2f0da0ad 100644 --- a/CSS/themes/organizr-hotline.css +++ b/CSS/themes/organizr-hotline.css @@ -280,7 +280,7 @@ table.dataTable>tbody>tr:nth-of-type(even):hover { border-color: transparent; background: rgba(0, 0, 0, 0.05); } - .bg-theme, .fc-day-header, .table-striped>tbody>tr:nth-of-type(odd) { + .bg-theme, .fc-day-header { background: rgba(0,0,0,.3) !important; } .bg-theme, .fc th.fc-sun, .fc th.fc-tue, .fc th.fc-thu, .fc th.fc-sat, .fc th.fc-mon, .fc th.fc-wed, .fc th.fc-fri, .fc-button { diff --git a/CSS/themes/organizr-marine.css b/CSS/themes/organizr-marine.css index 701f07c7..dbc44e39 100644 --- a/CSS/themes/organizr-marine.css +++ b/CSS/themes/organizr-marine.css @@ -280,7 +280,7 @@ table.dataTable>tbody>tr:nth-of-type(even):hover { border-color: transparent; background: rgba(0, 0, 0, 0.05); } - .bg-theme, .fc-day-header, .table-striped>tbody>tr:nth-of-type(odd) { + .bg-theme, .fc-day-header { background: rgba(0,0,0,.3) !important; } .bg-theme, .fc th.fc-sun, .fc th.fc-tue, .fc th.fc-thu, .fc th.fc-sat, .fc th.fc-mon, .fc th.fc-wed, .fc th.fc-fri, .fc-button {