From bfbbcdedf3d80dfe1b119ed08956f095d0c8912d Mon Sep 17 00:00:00 2001 From: GilbN Date: Fri, 25 Jan 2019 18:25:39 +0100 Subject: [PATCH] fix --- CSS/themes/guacorg.css | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/CSS/themes/guacorg.css b/CSS/themes/guacorg.css index 49d07f12..aa6e696e 100644 --- a/CSS/themes/guacorg.css +++ b/CSS/themes/guacorg.css @@ -244,32 +244,32 @@ div.location, input[type=text], input[type=email], input[type=number], input[typ } /* DUA 2FA PAGE */ .duo-signature-response-field { - background: #1f1f1f; + background: #1f1f1f !important; } .base-wrapper { - border: 1px solid #1B1B1B; - background: #1B1B1B; + border: 1px solid #1b1b1b !important; + background: #1b1b1b !important; } .base-body { - background-color: #333; + background-color: #333 !important; } h1.spacious-frame-view { - color: white; + color: white !important; } @media screen and (-webkit-max-device-pixel-ratio: 1.25), screen and (max-resolution: 120dpi) h1, .h1 { - color: white; + color: white !important; } .white-wrapper { - background-color: #333; - color: white; + background-color: #333 !important; + color: white !important; } form:not(.inline) fieldset { - background-color: #333; + background-color: #333 !important; } label span { - color: white; + color: white !important; } input[type=radio] { - border: 1px solid #fff; + border: 1px solid #fff !important; }