Fix for UI1 not highlighting selected model

This commit is contained in:
ebolam
2023-05-26 14:04:26 -04:00
parent 51cea7eb9d
commit 64ef8ca7c2

View File

@@ -2411,3 +2411,8 @@ body.connected .popupfooter, .popupfooter.always-available {
border: 5px solid red !important; border: 5px solid red !important;
box-sizing: border-box !important; box-sizing: border-box !important;
} }
.popup .model_item.model_menu_selected {
color: var(--popup_selected_color);
background-color: var(--popup_selected_color_text);
}