mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix for UI1 not highlighting selected model
This commit is contained in:
@@ -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);
|
||||
}
|
Reference in New Issue
Block a user