mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2
This commit is contained in:
@@ -4682,6 +4682,7 @@ process_cookies();
|
||||
});
|
||||
|
||||
document.body.addEventListener("dragenter", function(e) {
|
||||
if (!e.dataTransfer.types.includes("Files")) return;
|
||||
lastTarget = e.target;
|
||||
$("#file-upload-notice")[0].classList.remove("hidden");
|
||||
});
|
||||
|
@@ -281,11 +281,11 @@
|
||||
filter: brightness(60%) !important;
|
||||
}
|
||||
|
||||
#new-sub-card:active {
|
||||
.wi_add_button:active {
|
||||
filter: brightness(60%) !important;
|
||||
}
|
||||
|
||||
.wi_add_button:active {
|
||||
#new-sub-card:active {
|
||||
filter: brightness(60%) !important;
|
||||
}
|
||||
|
||||
|
@@ -286,6 +286,10 @@
|
||||
filter: brightness(120%) !important;
|
||||
}
|
||||
|
||||
.settings_button[story_gamesaved="true"] {
|
||||
filter: brightness(40%);
|
||||
}
|
||||
|
||||
#new-sub-card:hover {
|
||||
filter: brightness(120%) !important;
|
||||
}
|
||||
|
@@ -293,10 +293,6 @@
|
||||
background-color: #ee7e7e !important;
|
||||
}
|
||||
|
||||
#new-sub-card {
|
||||
border-radius: 10px !important;
|
||||
}
|
||||
|
||||
.wi_add_button {
|
||||
color: #e26771 !important;
|
||||
background: #ebebeb !important;
|
||||
@@ -309,6 +305,10 @@
|
||||
border: 1px solid #e26771 !important;
|
||||
}
|
||||
|
||||
#new-sub-card {
|
||||
border-radius: 10px !important;
|
||||
}
|
||||
|
||||
#debug-dump:hover {
|
||||
color: #ee7e7e !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user