From 64ef8ca7c29a7eedc19f194a2c3a3e6506c80a8c Mon Sep 17 00:00:00 2001 From: ebolam Date: Fri, 26 May 2023 14:04:26 -0400 Subject: [PATCH] Fix for UI1 not highlighting selected model --- static/custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/custom.css b/static/custom.css index b8e3f455..25aa7818 100644 --- a/static/custom.css +++ b/static/custom.css @@ -2410,4 +2410,9 @@ body.connected .popupfooter, .popupfooter.always-available { .input_error { border: 5px solid red !important; box-sizing: border-box !important; +} + +.popup .model_item.model_menu_selected { + color: var(--popup_selected_color); + background-color: var(--popup_selected_color_text); } \ No newline at end of file