From 90a717ed6c1d1644fb2de25635089b663cd109a8 Mon Sep 17 00:00:00 2001 From: gilbN Date: Sat, 15 Jun 2019 18:26:44 +0200 Subject: [PATCH] log fix --- CSS/themes/organizr-hotline.css | 2 +- CSS/themes/organizr-marine.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {