From fecd92dd4f32506d6bc5a6dd48abd29fe22890f1 Mon Sep 17 00:00:00 2001 From: gilbN Date: Sun, 16 Jun 2019 19:23:14 +0200 Subject: [PATCH] HC color --- CSS/themes/organizr-hotline.css | 4 ++-- CSS/themes/organizr-marine.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CSS/themes/organizr-hotline.css b/CSS/themes/organizr-hotline.css index 5e8e582a..fe499962 100644 --- a/CSS/themes/organizr-hotline.css +++ b/CSS/themes/organizr-hotline.css @@ -284,7 +284,7 @@ table.dataTable>tbody>tr:nth-of-type(even):hover { /* custom buttons */ .cbutton { border: none; - background: var(--custom-buttons-color); + background-color: rgba(255, 255, 255, 0.2) !important; } /* Calendar */ @@ -422,7 +422,7 @@ table.dataTable>tbody>tr:nth-of-type(even):hover { } /* Homepage health checks */ .bg-org-alt { - background: var(--custom-buttons-color) !important; + background: var(--modal-bg-color) !important; } /* loginpage sidemenu */ @media (max-width: 480px) { diff --git a/CSS/themes/organizr-marine.css b/CSS/themes/organizr-marine.css index 3a07f736..d197a3cf 100644 --- a/CSS/themes/organizr-marine.css +++ b/CSS/themes/organizr-marine.css @@ -284,7 +284,7 @@ table.dataTable>tbody>tr:nth-of-type(even):hover { /* custom buttons */ .cbutton { border: none; - background: var(--custom-buttons-color); + background-color: rgba(255, 255, 255, 0.2) !important; } /* Calendar */ @@ -422,7 +422,7 @@ table.dataTable>tbody>tr:nth-of-type(even):hover { } /* Homepage health checks */ .bg-org-alt { - background: var(--custom-buttons-color) !important; + background: var(--modal-bg-color) !important; } /* loginpage sidemenu */ @media (max-width: 480px) {