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) {