Update Monochrome.css

This commit is contained in:
LightSaveUs
2022-10-16 06:02:14 +03:00
committed by GitHub
parent a46102d12f
commit 37906f4985

View File

@@ -218,13 +218,13 @@
} }
.bias_phrase input { .bias_phrase input {
border-color: #2f3b4b !important;
border-radius:2px !important; border-radius:2px !important;
border-color: #2f3b4b !important;
} }
.substitution-card input { .substitution-card input {
border-color: #2f3b4b !important;
border-radius:2px !important; border-radius:2px !important;
border-color: #2f3b4b !important;
} }
.sequence { .sequence {
@@ -246,8 +246,8 @@
.action_button:focus { .action_button:focus {
color: #e0e0e0; color: #e0e0e0;
box-shadow: none;
outline: none !important; outline: none !important;
box-shadow: none !important;
} }
.settings_button { .settings_button {
@@ -270,8 +270,8 @@
.toggle-off.btn { .toggle-off.btn {
color: #eedcb8 !important; color: #eedcb8 !important;
background-color: #131c22 !important;
border-color: #131c22 !important; border-color: #131c22 !important;
background-color: #131c22 !important;
} }
.toggle-off.btn:hover { .toggle-off.btn:hover {
@@ -357,13 +357,13 @@ span.helpicon.material-icons-outlined:hover:not(::after) {
} }
.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 */
@@ -375,6 +375,7 @@ a {
.form-control { .form-control {
border: none; border: none;
color: #e0e0e0 !important; color: #e0e0e0 !important;
transform: translateX(6px)!important;
background-color: #25323d !important; background-color: #25323d !important;
} }
@@ -395,8 +396,8 @@ a {
/* Lists */ /* Lists */
.settings_select, .var_sync_system_theme_list { .settings_select, .var_sync_system_theme_list {
border-color: #2f3b4b !important;
border-radius:2px !important; border-radius:2px !important;
border-color: #2f3b4b !important;
} }
.settings_footer { .settings_footer {
@@ -446,9 +447,21 @@ a {
.popup_load_cancel_button:hover { .popup_load_cancel_button:hover {
color: #e0e0e0 !important; color: #e0e0e0 !important;
background-color: #30435b !important;
border-color: #ffffff00 !important;
filter: brightness(120%) !important; filter: brightness(120%) !important;
border-color: #ffffff00 !important;
background-color: #30435b !important;
}
.popup .action_button:focus {
outline: none !important;
box-shadow: none !important;
color: #e0e0e0 !important;
}
.popup_load_cancel_button:focus {
outline: none !important;
box-shadow: none !important;
color: #e0e0e0 !important;
} }
/* Tabs */ /* Tabs */
@@ -500,9 +513,9 @@ a {
} }
.world_info_text { .world_info_text {
border-color: #2f3b4b !important;
filter: brightness(100%) !important; filter: brightness(100%) !important;
background-color: #1d2835 !important; background-color: #1d2835 !important;
border-color: #2f3b4b !important;
} }
.world_info_title:hover { .world_info_title:hover {