diff --git a/guacamole/src/main/webapp/app/home/templates/connection.html b/guacamole/src/main/webapp/app/home/templates/connection.html
index 01f58bb52..8e8ccc2dd 100644
--- a/guacamole/src/main/webapp/app/home/templates/connection.html
+++ b/guacamole/src/main/webapp/app/home/templates/connection.html
@@ -1,19 +1,15 @@
-
+
-
+
+
-
-
+
+
{{item.name}}
-
-
{{item.name}}
-
-
-
+
+
-
diff --git a/guacamole/src/main/webapp/app/index/styles/lists.css b/guacamole/src/main/webapp/app/index/styles/lists.css
index 536169fc5..5ce162a13 100644
--- a/guacamole/src/main/webapp/app/index/styles/lists.css
+++ b/guacamole/src/main/webapp/app/index/styles/lists.css
@@ -44,15 +44,16 @@
color: black;
}
-.connection:hover {
+.recent-connections .connection:hover {
background: #CDA;
}
-.connection .thumbnail {
+.recent-connections .connection .thumbnail {
+ display: block;
margin: 0.5em;
}
-.connection .thumbnail > * {
+.recent-connections .connection .thumbnail > * {
border: 1px solid black;
background: black;
box-shadow: 1px 1px 5px black;
@@ -60,14 +61,6 @@
display: inline-block;
}
-div.recent-connections .connection .thumbnail {
- display: block;
-}
-
-div.recent-connections .protocol {
- display: none;
-}
-
.caption * {
vertical-align: middle;
}
diff --git a/guacamole/src/main/webapp/app/index/styles/ui.css b/guacamole/src/main/webapp/app/index/styles/ui.css
index d91becf91..f324e3d29 100644
--- a/guacamole/src/main/webapp/app/index/styles/ui.css
+++ b/guacamole/src/main/webapp/app/index/styles/ui.css
@@ -164,14 +164,11 @@ div.section {
background-image: url('images/action-icons/guac-monitor-add.png');
}
-.protocol {
+.connection .icon,
+.connection-group .icon {
display: inline-block;
-}
-
-.protocol .icon {
width: 24px;
height: 24px;
- background-image: url('images/protocol-icons/guac-plug.png');
background-size: 16px 16px;
-moz-background-size: 16px 16px;
-webkit-background-size: 16px 16px;
@@ -180,44 +177,57 @@ div.section {
background-position: center center;
}
-.protocol .icon.ssh,
-.protocol .icon.telnet {
+.group .icon {
+ background-image: url('images/folder-closed.png');
+}
+
+.group.expanded .icon {
+ background-image: url('images/folder-open.png');
+}
+
+.connection .icon {
+ background-image: url('images/protocol-icons/guac-plug.png');
+}
+
+.connection .icon.ssh,
+.connection .icon.telnet {
background-image: url('images/protocol-icons/guac-text.png');
}
-.protocol .icon.vnc,
-.protocol .icon.rdp {
+.connection .icon.vnc,
+.connection .icon.rdp {
background-image: url('images/protocol-icons/guac-monitor.png');
}
+
/*
* Groups
*/
-.group > .children {
+.expandable > .children {
margin-left: 13px;
- padding-left: 6px;
+ padding-left: 13px;
}
-.group .icon.group.type.empty.balancer {
+.group.empty.balancer .icon {
opacity: 1;
background-image: url('images/protocol-icons/guac-monitor.png');
}
-.group.expanded > .children {
+.expandable.expanded > .children {
display: block;
border-left: 1px dotted rgba(0, 0, 0, 0.25);
}
-.group > .caption .icon.group {
+.expandable > .caption .icon.expand {
opacity: 0.75;
background-image: url('images/group-icons/guac-closed.png');
}
-.group .icon.type.group.expanded {
+.expandable.expanded .icon.expand {
background-image: url('images/group-icons/guac-open.png');
}
-.group .icon.type.group.empty {
+.expandable.empty .icon.expand {
opacity: 0.25;
background-image: url('images/group-icons/guac-open.png');
}
diff --git a/guacamole/src/main/webapp/app/manage/templates/connectionGroupPermission.html b/guacamole/src/main/webapp/app/manage/templates/connectionGroupPermission.html
index b43376b8b..6b27055a6 100644
--- a/guacamole/src/main/webapp/app/manage/templates/connectionGroupPermission.html
+++ b/guacamole/src/main/webapp/app/manage/templates/connectionGroupPermission.html
@@ -1,7 +1,13 @@
+
+
+
+
+
{{item.name}}
+
diff --git a/guacamole/src/main/webapp/app/manage/templates/connectionPermission.html b/guacamole/src/main/webapp/app/manage/templates/connectionPermission.html
index 8ccaf440a..8f1bb8b11 100644
--- a/guacamole/src/main/webapp/app/manage/templates/connectionPermission.html
+++ b/guacamole/src/main/webapp/app/manage/templates/connectionPermission.html
@@ -1,11 +1,9 @@
-
+
-
+
diff --git a/guacamole/src/main/webapp/app/settings/templates/connection.html b/guacamole/src/main/webapp/app/settings/templates/connection.html
index 0a6001c50..7db6835d6 100644
--- a/guacamole/src/main/webapp/app/settings/templates/connection.html
+++ b/guacamole/src/main/webapp/app/settings/templates/connection.html
@@ -1,19 +1,15 @@
-
+
-
+
+
-
-
+
+
{{item.name}}
-
-
{{item.name}}
+
+
-
-
-
-