From aca23a1400d55ecd18f2e6d8ee1684a9dd62833e Mon Sep 17 00:00:00 2001 From: Zafer Balkan Date: Mon, 27 Jun 2022 21:34:43 +0300 Subject: [PATCH] Fixed color issue with links. Color of the links in Groups tab under Settings is rendered unreadable in dark.css and other dark colored themes. This fixes the link color by matching the text accent color. --- css/base/guacamole/guacamole-base.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/base/guacamole/guacamole-base.css b/css/base/guacamole/guacamole-base.css index ad899665..f0280b99 100644 --- a/css/base/guacamole/guacamole-base.css +++ b/css/base/guacamole/guacamole-base.css @@ -352,6 +352,7 @@ textarea { .user a:visited, +.user-group a:visited, .connection a:visited, .connection-group a:visited { text-decoration: none; @@ -448,6 +449,7 @@ textarea { } .user a:visited, +.user-group a:visited, .connection a:visited, .connection-group a:visited { text-decoration: none; @@ -463,6 +465,7 @@ a.ng-binding:hover:not(.add-user):not(.button) { } .user a, +.user-group a, .connection a, .connection-group a, a.ng-binding:not(.add-user):not(.button) {