mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Update koboldai.css
This commit is contained in:
@@ -1626,14 +1626,13 @@ body {
|
|||||||
grid-area: file;
|
grid-area: file;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup .item{
|
.popup .item {
|
||||||
width: 98%;
|
width: 98%;
|
||||||
background-color: var(--popup_item_color);
|
background-color: var(--popup_item_color);
|
||||||
color: var(--popup_item_color_text);
|
color: var(--popup_item_color_text);
|
||||||
margin: 5px 0 5px 1%;
|
margin: 5px 0 5px 1%;
|
||||||
border-radius: var(--radius_item_popup);
|
border-radius: var(--radius_item_popup);
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup .item:hover {
|
.popup .item:hover {
|
||||||
@@ -1699,7 +1698,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#error_message .popup_load_cancel{
|
#error_message .popup_load_cancel {
|
||||||
background-color: var(--error_title);
|
background-color: var(--error_title);
|
||||||
color: var(--error_title_text);
|
color: var(--error_title_text);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user