GUACAMOLE-724: Do not show parameter section headers when prompting via modal.

This commit is contained in:
Michael Jumper
2021-06-29 12:04:44 -07:00
parent 8ed27a8b36
commit 09288b79b2
2 changed files with 4 additions and 4 deletions

View File

@@ -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;
}

View File

@@ -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 -->