On Tue, Oct 5, 2021 at 7:18 AM michael böhm <[email protected]> wrote:

> Basically every element that turns light green when I hover over it with
> the mouse like
>
> - Recent connections
> - All connections
> - Settings
> - Logout
>

At least one of them occurs, here:

https://github.com/apache/guacamole-client/blob/909a30ef5b347c09de7fe1263f7e422736937459/guacamole/src/main/frontend/src/app/navigation/styles/menu.css#L142-L144

So, you'd need to override the CSS element ".menu-dropdown .menu-contents
li a:hover".

Recent connections would be here:

https://github.com/apache/guacamole-client/blob/11c1575daf58111049f4c5cc1cd6ea1b01d5ee9c/guacamole/src/main/frontend/src/app/index/styles/lists.css#L51-L53

So, element is ".recent-connections .connection:hover"

Basically you should be able to search for "background: #CDA" and find all
the elements that use that.

-Nick

Reply via email to