mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-11 07:27:42 +00:00
Remove old menu and UI, link clipboards between connections.
This commit is contained in:
@@ -146,7 +146,11 @@ div.dialog p {
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: 4;
|
||||
background: #FEA;
|
||||
background: #888;
|
||||
padding: 0.5em;
|
||||
font-weight: bold;
|
||||
text-shadow: -1px -1px rgba(0, 0, 0, 0.6);
|
||||
color: rgba(255, 255, 255, 0.7);
|
||||
border-bottom: 1px solid black;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
@@ -360,3 +360,11 @@ div#recent-connections .protocol {
|
||||
.caption .name {
|
||||
margin-left: 0.25em;
|
||||
}
|
||||
|
||||
#clipboardDiv {
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
#clipboardDiv textarea {
|
||||
width: 100%;
|
||||
}
|
Reference in New Issue
Block a user