summaryrefslogtreecommitdiffstats
path: root/src/main/resources/styles
diff options
context:
space:
mode:
authorUdo Walter2020-05-13 14:04:52 +0200
committerUdo Walter2020-05-13 14:04:52 +0200
commite5a3a1d737e88c89a4ba3fbc8d277745093139b1 (patch)
tree9fac401c4a848eb3a38429f17e6050eaa506dd2e /src/main/resources/styles
parentFix connecting to a new client after exiting a client. Add logo, favicon and ... (diff)
downloadbwlp-guacamole-ext-e5a3a1d737e88c89a4ba3fbc8d277745093139b1.tar.gz
bwlp-guacamole-ext-e5a3a1d737e88c89a4ba3fbc8d277745093139b1.tar.xz
bwlp-guacamole-ext-e5a3a1d737e88c89a4ba3fbc8d277745093139b1.zip
Add some debug logs. Rename the 'virtual' locations to groups.
Diffstat (limited to 'src/main/resources/styles')
-rw-r--r--src/main/resources/styles/groupField.css (renamed from src/main/resources/styles/locationField.css)14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/main/resources/styles/locationField.css b/src/main/resources/styles/groupField.css
index 1764af9..337bac5 100644
--- a/src/main/resources/styles/locationField.css
+++ b/src/main/resources/styles/groupField.css
@@ -1,32 +1,32 @@
-.bwlp-location-container {
+.bwlp-group-container {
border: 2px solid #3d3d3d;
width: 100%;
border-spacing: 0;
}
-.bwlp-location {
+.bwlp-group {
background-color: white;
cursor: pointer;
}
-.bwlp-location > td {
+.bwlp-group > td {
padding: 14px;
}
-.bwlp-location .bwlp-password {
+.bwlp-group .bwlp-password {
padding: 4px 8px !important;
margin: -10px 0 !important;
}
-.bwlp-location:hover {
+.bwlp-group:hover {
filter: brightness(0.9);
}
-.bwlp-location.selected-location {
+.bwlp-group.selected-group {
background-color: #c8ffc8;
}
-.bwlp-location-status {
+.bwlp-group-status {
font-size: 16px;
text-align: center;
}