Update Darkness.css

This commit is contained in:
LightSaveUs
2022-10-16 06:01:19 +03:00
committed by GitHub
parent 2e2eb6912d
commit a46102d12f

View File

@@ -351,13 +351,13 @@ span.material-icons-outlined.cursor.search_icon {
} }
.true-t + label::before { .true-t + label::before {
color: #999 !important;
filter: brightness(85%); filter: brightness(85%);
color: #999 !important;
} }
.true-t:checked + label::before { .true-t:checked + label::before {
color: #e0e0e0 !important;
filter: brightness(100%); filter: brightness(100%);
color: #e0e0e0 !important;
} }
/* Import */ /* Import */
@@ -369,6 +369,7 @@ a {
.form-control { .form-control {
border: none; border: none;
color: #e0e0e0 !important; color: #e0e0e0 !important;
transform: translateX(6px)!important;
background-color: #333333 !important; background-color: #333333 !important;
} }
@@ -381,8 +382,8 @@ a {
/* Lists */ /* Lists */
.settings_select, .var_sync_system_theme_list { .settings_select, .var_sync_system_theme_list {
border-color: #535353 !important;
border-radius:5px !important; border-radius:5px !important;
border-color: #535353 !important;
} }
/* Palette */ /* Palette */
@@ -412,22 +413,28 @@ a {
} }
.popup .action_button:hover { .popup .action_button:hover {
background-color: #424243 !important;
filter: brightness(100%) !important; filter: brightness(100%) !important;
background-color: #424243 !important;
} }
.popup_load_cancel_button:hover { .popup_load_cancel_button:hover {
outline: none !important;
color: #e0e0e0 !important; color: #e0e0e0 !important;
border-color: #535353 !important; border-color: #535353 !important;
background-color: #424243 !important; background-color: #424243 !important;
outline: none !important; }
.popup .action_button:focus {
outline: none;
box-shadow: none;
} }
.popup_load_cancel_button:focus { .popup_load_cancel_button:focus {
outline: none;
box-shadow: none;
color: #e0e0e0 !important; color: #e0e0e0 !important;
border-color: #535353 !important; border-color: #535353 !important;
background-color: #424243 !important; background-color: #424243 !important;
outline: none;
} }
.popup .action_button:active { .popup .action_button:active {
@@ -435,8 +442,8 @@ a {
} }
.popup_load_cancel_button:active { .popup_load_cancel_button:active {
filter: brightness(60%) !important;
outline: none !important; outline: none !important;
filter: brightness(60%) !important;
} }
#error_message.popup .btn-primary { #error_message.popup .btn-primary {