From 0ea589da58bba10d7af688dfa44742c97be1cb96 Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Sun, 16 Oct 2022 06:03:49 +0300 Subject: [PATCH] Update Nostalgia.css --- themes/Nostalgia.css | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/themes/Nostalgia.css b/themes/Nostalgia.css index 4b376edf..5e67e545 100644 --- a/themes/Nostalgia.css +++ b/themes/Nostalgia.css @@ -316,13 +316,13 @@ } .true-t + label::before { - color: #999 !important; filter: brightness(85%); + color: #999 !important; } .true-t:checked + label::before { - color: #fff !important; filter: brightness(100%); + color: #fff !important; } /* Import */ @@ -332,9 +332,10 @@ a { } .form-control { - background-color: #404040 !important; - color: #ffffff !important; border: none; + color: #ffffff !important; + transform: translateX(6px)!important; + background-color: #404040 !important; } /* Lines */ @@ -346,8 +347,8 @@ a { /* Lists */ .settings_select, .var_sync_system_theme_list { - border-color: #376590 !important; border-radius: 5px !important; + border-color: #376590 !important; } /* Palette */ @@ -384,11 +385,11 @@ a { } .popup_load_cancel_button:focus { - background-color: #337ab7 !important; - border-color: #ffffff !important; - outline: none !important; - box-shadow: none; color: #ffffff + outline: none !important; + box-shadow: none !important; + border-color: #ffffff !important; + background-color: #337ab7 !important; } #error_message.popup .btn-primary {