1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

more login input fixes

This commit is contained in:
GilbN 2018-12-08 16:50:07 +01:00
parent 02f0a5f226
commit 6d7fd84a3d
2 changed files with 7 additions and 2 deletions

View File

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

View File

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