added fancymenu hover styling

This commit is contained in:
Sean West 2025-06-08 01:41:22 -05:00 committed by Aaron Rainbolt
parent 68317b3b2a
commit e61ddbae04
Signed by: arraybolt3
GPG Key ID: A709160D73C79109

View File

@ -541,8 +541,13 @@ TrayIcon {
padding-right: 4px;
}
#FancyMenu QListView::item::hover {
color: rgb(210, 216, 224);
background: rgb(58, 63, 75);
}
#FancyMenu QListView::item::selected {
color: #D2D8E0;
color: rgb(255, 255, 255);
background: rgb(79, 86, 101);
}
@ -553,8 +558,13 @@ TrayIcon {
padding-right: 2px;
}
#FancyMenu #AppView::item::selected {
#FancyMenu #AppView::item::hover {
color: #D2D8E0;
background: #3A597C;
}
#FancyMenu #AppView::item::selected {
color: #E6E9EE;
background: #3c8ce6;
}