Browse Source

more login input fixes

pull/4/head
GilbN 7 years ago
parent
commit
6d7fd84a3d
  1. 4
      CSS/themes/guacorg.css
  2. 5
      CSS/themes/guacplex.css

4
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;
}

5
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;
}

Loading…
Cancel
Save