mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Monochrome Update (0.6.2)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
Name: Monochrome
|
Name: Monochrome
|
||||||
Author: LightSaveUs
|
Author: LightSaveUs
|
||||||
Version: 0.6.1
|
Version: 0.6.2
|
||||||
Description: A theme inspired by the NovelAI interface.
|
Description: A theme inspired by the NovelAI interface.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -242,6 +242,10 @@
|
|||||||
filter: brightness(120%) !important;
|
filter: brightness(120%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#new-sub-card:hover {
|
||||||
|
filter: brightness(120%) !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Context Menu */
|
/* Context Menu */
|
||||||
|
|
||||||
#context-menu {
|
#context-menu {
|
||||||
@@ -288,6 +292,22 @@ span.helpicon.material-icons-outlined:hover {
|
|||||||
transform: scale(1) !important;
|
transform: scale(1) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.substitution-card > .card-left > .material-icons-outlined {
|
||||||
|
color: #999 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.substitution-card > .card-left > .material-icons-outlined:hover {
|
||||||
|
color: #e0e0e0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.true-t + label::before {
|
||||||
|
color: #999 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.true-t:checked + label::before {
|
||||||
|
color: #e0e0e0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Import */
|
/* Import */
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@@ -296,6 +316,7 @@ a {
|
|||||||
|
|
||||||
.form-control {
|
.form-control {
|
||||||
border: none;
|
border: none;
|
||||||
|
color: #e0e0e0 !important;
|
||||||
background-color: #25323d !important;
|
background-color: #25323d !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user