From 58f961b8a5e4e9bb98a356d7667a1ba78faa5fc5 Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Wed, 12 Oct 2022 02:02:37 +0300 Subject: [PATCH] Nostalgia Update (0.2.4) --- themes/Nostalgia.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/themes/Nostalgia.css b/themes/Nostalgia.css index 530b744f..1f71ba70 100644 --- a/themes/Nostalgia.css +++ b/themes/Nostalgia.css @@ -1,7 +1,7 @@ /* Name: Nostalgia Author: LightSaveUs - Version: 0.2.3 + Version: 0.2.4 Description: A theme inspired by the previous KoboldAI interface. */ @@ -261,6 +261,10 @@ /* Icons */ +.collapsable_header .material-icons-outlined { + transform: translateY(7px) translateX(4px); +} + .substitution-card > .card-left > .material-icons-outlined { color: #999 !important; } @@ -374,6 +378,13 @@ div#settings_footer.settings_footer { background-color: #294f71 !important; } +/* Tooltips */ + +.tooltip-standard { + border-color: #3379b7 !important; + background-color: #1f2931 !important; +} + /* World Info */ .world_info_tag_area {