mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 22:51:22 +00:00
GUAC-1161: Move field header within guacFormField directive.
This commit is contained in:
@@ -64,7 +64,7 @@ p.login-error {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.login-fields .field-header {
|
||||
.login-fields .labeled-field .field-header {
|
||||
|
||||
display: block;
|
||||
position: absolute;
|
||||
@@ -79,10 +79,10 @@ p.login-error {
|
||||
|
||||
}
|
||||
|
||||
.login-fields .form-field.empty input {
|
||||
.login-fields .labeled-field.empty input {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.login-fields .form-field input:focus {
|
||||
.login-fields .labeled-field input:focus {
|
||||
background: white;
|
||||
}
|
||||
|
Reference in New Issue
Block a user