From 569ae6d5e5ecf83d2787e6fb9fbc55ec98122f28 Mon Sep 17 00:00:00 2001 From: gilbN Date: Sun, 16 Jun 2019 17:46:28 +0200 Subject: [PATCH] calendar header 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 ea0f568f..b3d61283 100644 --- a/CSS/themes/organizr-hotline.css +++ b/CSS/themes/organizr-hotline.css @@ -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; diff --git a/CSS/themes/organizr-marine.css b/CSS/themes/organizr-marine.css index b1a06e6a..943c21a4 100644 --- a/CSS/themes/organizr-marine.css +++ b/CSS/themes/organizr-marine.css @@ -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;