mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 14:41:21 +00:00
Persist and update clipboard, improve styling.
This commit is contained in:
@@ -134,6 +134,11 @@ div#login-dialog #login-fields input {
|
||||
border: 1px solid #777;
|
||||
border-radius: 0.2em;
|
||||
width: 100%;
|
||||
|
||||
box-shadow:
|
||||
1px 1px 0 rgba(255, 255, 255, 0.25),
|
||||
inset 1px 1px 1px rgba(0, 0, 0, 0.25);
|
||||
|
||||
}
|
||||
|
||||
div#login-dialog #login-fields img.logo {
|
||||
@@ -291,8 +296,7 @@ div#recent-connections div.connection {
|
||||
background: #CDA;
|
||||
}
|
||||
|
||||
.connection .name a {
|
||||
text-decoration: none;
|
||||
.connection .name {
|
||||
color: black;
|
||||
font-weight: normal;
|
||||
padding: 0.1em;
|
||||
|
Reference in New Issue
Block a user