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:
@@ -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);
|
||||||
|
}
|
Reference in New Issue
Block a user