|
@@ -26,6 +26,7 @@ body:not(.darkTheme){
|
|
--buttom_toggle_active: #01dc64;
|
|
--buttom_toggle_active: #01dc64;
|
|
--buttom_toggle_disabled: #f2f2f2;
|
|
--buttom_toggle_disabled: #f2f2f2;
|
|
--table_bg_default: transparent;
|
|
--table_bg_default: transparent;
|
|
|
|
+ --status_dot_bg: #e8e8e8;
|
|
|
|
|
|
--theme_background: linear-gradient(60deg, rgb(84, 58, 183) 0%, rgb(0, 172, 193) 100%);
|
|
--theme_background: linear-gradient(60deg, rgb(84, 58, 183) 0%, rgb(0, 172, 193) 100%);
|
|
--theme_background_inverted: linear-gradient(215deg, rgba(38,60,71,1) 13%, rgba(2,3,42,1) 84%);
|
|
--theme_background_inverted: linear-gradient(215deg, rgba(38,60,71,1) 13%, rgba(2,3,42,1) 84%);
|
|
@@ -53,6 +54,7 @@ body.darkTheme{
|
|
--buttom_toggle_active: #01dc64;
|
|
--buttom_toggle_active: #01dc64;
|
|
--buttom_toggle_disabled: #2b2b2b;
|
|
--buttom_toggle_disabled: #2b2b2b;
|
|
--table_bg_default: #121214;
|
|
--table_bg_default: #121214;
|
|
|
|
+ --status_dot_bg: #232323;
|
|
|
|
|
|
--theme_background: linear-gradient(23deg, rgba(2,74,106,1) 17%, rgba(46,12,136,1) 86%);
|
|
--theme_background: linear-gradient(23deg, rgba(2,74,106,1) 17%, rgba(46,12,136,1) 86%);
|
|
--theme_background_inverted: linear-gradient(215deg, rgba(38,60,71,1) 13%, rgba(2,3,42,1) 84%);
|
|
--theme_background_inverted: linear-gradient(215deg, rgba(38,60,71,1) 13%, rgba(2,3,42,1) 84%);
|
|
@@ -207,6 +209,10 @@ body.darkTheme .ui.toggle.checkbox input:checked ~ label::before{
|
|
background-color: var(--buttom_toggle_active) !important;
|
|
background-color: var(--buttom_toggle_active) !important;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+body.darkTheme .ui.checkbox:not(.toggle) input[type="checkbox"]{
|
|
|
|
+ opacity: 100% !important;
|
|
|
|
+}
|
|
|
|
+
|
|
#sidemenuBtn{
|
|
#sidemenuBtn{
|
|
border: 1px solid var(--button_border_color) !important;
|
|
border: 1px solid var(--button_border_color) !important;
|
|
}
|
|
}
|
|
@@ -991,8 +997,8 @@ body.darkTheme #utm .standardContainer {
|
|
}
|
|
}
|
|
|
|
|
|
body.darkTheme #utm .standardContainer .padding.statusDot {
|
|
body.darkTheme #utm .standardContainer .padding.statusDot {
|
|
- background-color: var(--theme_bg) !important;
|
|
|
|
- border: 0.2px solid var(--text_color_inverted) !important;
|
|
|
|
|
|
+ background-color: var(--status_dot_bg) !important;
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
body.darkTheme .ui.utmloading.segment {
|
|
body.darkTheme .ui.utmloading.segment {
|