mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-724: Clean up style of parameter prompts within client notifications.
This commit is contained in:
@@ -73,8 +73,23 @@
|
||||
background: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
.client-status-modal .notification .parameters {
|
||||
width: 100%;
|
||||
max-width: 5in;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.client-status-modal .notification .parameters h3,
|
||||
.client-status-modal .notification .parameters .password-field .toggle-password {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.client-status-modal .notification .parameters input[type=email],
|
||||
.client-status-modal .notification .parameters input[type=number],
|
||||
.client-status-modal .notification .parameters input[type=password],
|
||||
.client-status-modal .notification .parameters input[type=text],
|
||||
.client-status-modal .notification .parameters textarea {
|
||||
background: transparent;
|
||||
border: 2px solid white;
|
||||
color: white;
|
||||
}
|
||||
|
Reference in New Issue
Block a user