From 2e1b53e522019d6a710b716cdeb351bd6cd5f021 Mon Sep 17 00:00:00 2001 From: GilbN <24592972+GilbN@users.noreply.github.com> Date: Sat, 4 Jun 2022 15:55:12 +0200 Subject: [PATCH 1/3] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0108e93a..a80ace86 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -12,6 +12,7 @@ A clear and concise description of what the bug is. **Theme Install Method** (Don't skip) - Docker run / Compose Config + - If using docker mods share your container logs.. - Webserver subfilter Config - Stylus Config @@ -19,6 +20,7 @@ A clear and concise description of what the bug is. - Version - Branch - Container +- Logs **To Reproduce** Steps to reproduce the behavior: From aca23a1400d55ecd18f2e6d8ee1684a9dd62833e Mon Sep 17 00:00:00 2001 From: Zafer Balkan Date: Mon, 27 Jun 2022 21:34:43 +0300 Subject: [PATCH 2/3] 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) { From c0b5573414a60fb3d4c7e03db9f92c7f9ad1ab31 Mon Sep 17 00:00:00 2001 From: GilbN Date: Mon, 27 Jun 2022 23:27:42 +0200 Subject: [PATCH 3/3] some image fixes --- css/base/guacamole/guacamole-base.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/css/base/guacamole/guacamole-base.css b/css/base/guacamole/guacamole-base.css index f0280b99..77b0f0f9 100644 --- a/css/base/guacamole/guacamole-base.css +++ b/css/base/guacamole/guacamole-base.css @@ -487,6 +487,18 @@ textarea { background: #666; } +img.collapse { + filter: invert(1); +} + +img.expand { + filter: invert(1); +} + +.icon.user-group { + filter: invert(1); +} + /* USER SETTINGS */ .page-tabs .page-list li a[href], .section-tabs li a {