From c4497d03ffdb935d207336d82e8a2ebae6f80086 Mon Sep 17 00:00:00 2001 From: mdPlusPlus Date: Thu, 12 Jan 2023 23:26:08 +0100 Subject: [PATCH] Add alpha blending to modal --- output/styles2.css | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/output/styles2.css b/output/styles2.css index a26f8ce..544e0b8 100644 --- a/output/styles2.css +++ b/output/styles2.css @@ -25,6 +25,7 @@ #td_last_checked { text-align: center; } +/* */ :root { --session-classic-dark-green: #31f196; --session-classic-dark-gray-one: #414141; @@ -32,15 +33,9 @@ --session-classic-dark-gray-three: #1b1b1b; --alternate-row-color: #e8e8e8; } -th { background-color: lightgray; } +#tbl_communities th { background-color: lightgray; } #tbl_communities tr:nth-child(odd) { background-color: var(--alternate-row-color); } -/* -body { background-color: var(--session-classic-dark-green); } -#tbl_communities tr:nth-child(odd) { background-color: var(--session-classic-dark-gray-two); } -#tbl_communities tr:nth-child(even) { background-color: var(--session-classic-dark-gray-three); } -*/ - /* */ .qr-code { @@ -61,9 +56,10 @@ body { background-color: var(--session-classic-da width: 100%; /* Full width */ height: 100%; /* Full height */ padding-top: 100px; /* Location of the box */ - /*overflow: auto;*/ /* Enable scroll if needed */ - /*background-color: rgb(0,0,0);*/ /* Fallback color */ - /*background-color: rgba(0,0,0,0.4);*/ /* Black w/ opacity */ + background-color: rgb(0,0,0); /* Fallback color */ + background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ +/*overflow: auto;*/ /* Enable scroll if needed */ + } .qr-code-modal-content { background-color: #ffffff;