That works for everything but the menu in Settings as guacadmin.
When I hover over "Active Sessions", "History", "Users", "Groups", "Connections" and "Preferences", it still turns green. I could not find out where to change the color here.
These are the changes I made:
.list-item:not(.selected) .caption:hover {
background: #9cdcff;
}
background: #9cdcff;
}
.recent-connections .connection:hover {
background: #9cdcff;
}
background: #9cdcff;
}
.settings table.session-list tr.session:hover {
background: #9cdcff;
}
background: #9cdcff;
}
.section-tabs li a:hover {
background: #9cdcff;
}
background: #9cdcff;
}
.menu-dropdown .menu-contents li a:hover {
background: #9cdcff;
}
background: #9cdcff;
}
#filesystem-menu .header.breadcrumbs .breadcrumb:hover {
background: #9cdcff;
}
background: #9cdcff;
}
#guac-menu #zoom-in:hover {
background: #9cdcff;
}
background: #9cdcff;
}
Gesendet: Dienstag, 05. Oktober 2021 um 14:42 Uhr
Von: "Nick Couchman" <[email protected]>
An: [email protected]
Betreff: Re: Re: Re: Changing CSS
Von: "Nick Couchman" <[email protected]>
An: [email protected]
Betreff: Re: Re: Re: Changing CSS
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:
So, you'd need to override the CSS element ".menu-dropdown .menu-contents li a:hover".
Recent connections would be here:
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
