mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-724: Do not show parameter section headers when prompting via modal.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.tiled-client-list li.client-tile h3 {
|
||||
.tiled-client-list li.client-tile .client-tile-name {
|
||||
margin: 0;
|
||||
background: #444;
|
||||
padding: 0 0.25em;
|
||||
@@ -39,7 +39,7 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tiled-client-list.multiple-clients li.client-tile h3 {
|
||||
.tiled-client-list.multiple-clients li.client-tile .client-tile-name {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
border-color: #3161a9;
|
||||
}
|
||||
|
||||
.tiled-client-list li.client-tile.focused h3 {
|
||||
.tiled-client-list li.client-tile.focused .client-tile-name {
|
||||
background-color: #3161a9;
|
||||
}
|
||||
|
||||
|
@@ -9,7 +9,7 @@
|
||||
}"
|
||||
guac-click="getFocusAssignmentCallback(client)">
|
||||
|
||||
<h3><img class="client-tile-shared-indicator" src="images/share-white.svg"> {{ client.title }}</h3>
|
||||
<h3 class="client-tile-name"><img class="client-tile-shared-indicator" src="images/share-white.svg"> {{ client.title }}</h3>
|
||||
<guac-client client="client" emulate-absolute-mouse="emulateAbsoluteMouse"></guac-client>
|
||||
|
||||
<!-- Client-specific status/error dialog -->
|
||||
|
Reference in New Issue
Block a user