From 6d7fd84a3dbba651411b6e6d605ba64100b516fe Mon Sep 17 00:00:00 2001 From: GilbN Date: Sat, 8 Dec 2018 16:50:07 +0100 Subject: [PATCH] more login input fixes --- CSS/themes/guacorg.css | 4 +++- CSS/themes/guacplex.css | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CSS/themes/guacorg.css b/CSS/themes/guacorg.css index 87743d06..b59efdf4 100644 --- a/CSS/themes/guacorg.css +++ b/CSS/themes/guacorg.css @@ -10,7 +10,6 @@ div.login-ui { .login-ui div.login-dialog { background: rgba(0, 0, 0, .25); } - input[type="submit"], button, a.button { background-color: #cc7b19; } @@ -23,6 +22,9 @@ input[type="submit"]:hover, button:hover, a.button:hover { .login-ui .login-fields .labeled-field.empty input { background: rgba(0,0,0,0.25) !important; } +.login-ui .login-fields .labeled-field.empty input:focus { + background: #1f1f1f !important; +} .login-ui .login-dialog .login-fields input { background-color: #1f1f1f !important; } diff --git a/CSS/themes/guacplex.css b/CSS/themes/guacplex.css index 7e3bd2c9..9d58b293 100644 --- a/CSS/themes/guacplex.css +++ b/CSS/themes/guacplex.css @@ -14,6 +14,7 @@ body { div.displayMiddle { background: #1f1f1f; } + /* LOGIN MENU */ div.login-ui { background: inherit; @@ -21,7 +22,6 @@ div.login-ui { .login-ui div.login-dialog { background: rgba(0, 0, 0, .25); } - input[type="submit"], button, a.button { background-color: #cc7b19; } @@ -34,6 +34,9 @@ input[type="submit"]:hover, button:hover, a.button:hover { .login-ui .login-fields .labeled-field.empty input { background: rgba(0,0,0,0.25) !important; } +.login-ui .login-fields .labeled-field.empty input:focus { + background: #1f1f1f !important; +} .login-ui .login-dialog .login-fields input { background-color: #1f1f1f !important; }