diff --git a/CSS/themes/guacamole/guacamole-base.css b/CSS/themes/guacamole/guacamole-base.css index 5a267d1a..e57c193e 100644 --- a/CSS/themes/guacamole/guacamole-base.css +++ b/CSS/themes/guacamole/guacamole-base.css @@ -262,6 +262,9 @@ text-decoration: none; color: white; } + .user a:hover, .user-group a:hover, .connection a:hover, .connection-group a:hover { + color: #ffffff; +} .user a, .connection a, .connection-group a { text-decoration: none; color: white; @@ -321,4 +324,10 @@ input[type=radio] { border: 1px solid #fff !important; } + /* Connection */ + + #connection-warning { + background: var(--modal-bg-color); + color: #FFF; +} \ No newline at end of file