mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Monochrome Update (0.6.3)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
Name: Monochrome
|
||||
Author: LightSaveUs
|
||||
Version: 0.6.2
|
||||
Version: 0.6.3
|
||||
Description: A theme inspired by the NovelAI interface.
|
||||
*/
|
||||
|
||||
@@ -289,6 +289,10 @@ span.helpicon.material-icons-outlined:hover:not(::after) {
|
||||
transform: scale(1) !important;
|
||||
}
|
||||
|
||||
.collapsable_header .material-icons-outlined {
|
||||
transform: translateY(7px) translateX(4px);
|
||||
}
|
||||
|
||||
#context-viewer-close:hover {
|
||||
transform: scale(1) !important;
|
||||
}
|
||||
@@ -392,6 +396,14 @@ a {
|
||||
font-family: sans-serif !important;
|
||||
}
|
||||
|
||||
/* Tooltips */
|
||||
|
||||
.tooltip-standard {
|
||||
border: none !important;
|
||||
color: #e0e0e0 !important;
|
||||
background-color: #1d2831 !important;
|
||||
}
|
||||
|
||||
/* World Info */
|
||||
|
||||
.tag:hover {
|
||||
|
Reference in New Issue
Block a user