From a46102d12f9afb61545a08cb8e4841464b10b2c5 Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Sun, 16 Oct 2022 06:01:19 +0300 Subject: [PATCH] Update Darkness.css --- themes/Darkness.css | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/themes/Darkness.css b/themes/Darkness.css index bbf49433..6b09feaf 100644 --- a/themes/Darkness.css +++ b/themes/Darkness.css @@ -351,13 +351,13 @@ span.material-icons-outlined.cursor.search_icon { } .true-t + label::before { - color: #999 !important; filter: brightness(85%); + color: #999 !important; } .true-t:checked + label::before { - color: #e0e0e0 !important; filter: brightness(100%); + color: #e0e0e0 !important; } /* Import */ @@ -369,6 +369,7 @@ a { .form-control { border: none; color: #e0e0e0 !important; + transform: translateX(6px)!important; background-color: #333333 !important; } @@ -381,8 +382,8 @@ a { /* Lists */ .settings_select, .var_sync_system_theme_list { - border-color: #535353 !important; border-radius:5px !important; + border-color: #535353 !important; } /* Palette */ @@ -412,22 +413,28 @@ a { } .popup .action_button:hover { - background-color: #424243 !important; filter: brightness(100%) !important; + background-color: #424243 !important; } .popup_load_cancel_button:hover { + outline: none !important; color: #e0e0e0 !important; border-color: #535353 !important; background-color: #424243 !important; - outline: none !important; +} + +.popup .action_button:focus { + outline: none; + box-shadow: none; } .popup_load_cancel_button:focus { + outline: none; + box-shadow: none; color: #e0e0e0 !important; border-color: #535353 !important; background-color: #424243 !important; - outline: none; } .popup .action_button:active { @@ -435,8 +442,8 @@ a { } .popup_load_cancel_button:active { - filter: brightness(60%) !important; outline: none !important; + filter: brightness(60%) !important; } #error_message.popup .btn-primary {