|
@ -30,17 +30,28 @@ body, |
|
|
|
|
|
|
|
|
/* TEXT */ |
|
|
/* TEXT */ |
|
|
|
|
|
|
|
|
h1,h2,h3,h4,h5,h6,label:not(.toggle-on.btn,.toggle-off.btn),legend { |
|
|
h1, |
|
|
|
|
|
h2, |
|
|
|
|
|
h3, |
|
|
|
|
|
h4, |
|
|
|
|
|
h5, |
|
|
|
|
|
h6, |
|
|
|
|
|
label:not(.toggle-on.btn, .toggle-off.btn), |
|
|
|
|
|
legend { |
|
|
color: var(--text-hover) !important; |
|
|
color: var(--text-hover) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.dashboard-context-info { |
|
|
.dashboard-context-info { |
|
|
color: var(--text); |
|
|
color: var(--text); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
a,.dashboard-context-info a { |
|
|
a, |
|
|
|
|
|
.dashboard-context-info a { |
|
|
color: var(--link-color) !important; |
|
|
color: var(--link-color) !important; |
|
|
} |
|
|
} |
|
|
a:hover,.dashboard-context-info a:hover { |
|
|
|
|
|
|
|
|
a:hover, |
|
|
|
|
|
.dashboard-context-info a:hover { |
|
|
color: var(--link-color-hover) !important; |
|
|
color: var(--link-color-hover) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -121,7 +132,8 @@ a:hover,.dashboard-context-info a:hover { |
|
|
.nav>li>a:focus { |
|
|
.nav>li>a:focus { |
|
|
background-color: rgba(255, 255, 255, 0.08) !important; |
|
|
background-color: rgba(255, 255, 255, 0.08) !important; |
|
|
} |
|
|
} |
|
|
.nav-tabs > li > a:hover { |
|
|
|
|
|
|
|
|
.nav-tabs>li>a:hover { |
|
|
border-color: transparent; |
|
|
border-color: transparent; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -166,15 +178,21 @@ a:hover,.dashboard-context-info a:hover { |
|
|
[class*="styled__ShortPickElement-"]:hover { |
|
|
[class*="styled__ShortPickElement-"]:hover { |
|
|
color: var(--link-color-hover); |
|
|
color: var(--link-color-hover); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.DateInput_input__focused { |
|
|
.DateInput_input__focused { |
|
|
border: 1px solid rgb(var(--accent-color)); |
|
|
border: 1px solid rgb(var(--accent-color)); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.CalendarDay__selected, .CalendarDay__selected:active, .CalendarDay__selected:hover, .CalendarDay__selected_span:active, .CalendarDay__selected_span:hover { |
|
|
.CalendarDay__selected, |
|
|
|
|
|
.CalendarDay__selected:active, |
|
|
|
|
|
.CalendarDay__selected:hover, |
|
|
|
|
|
.CalendarDay__selected_span:active, |
|
|
|
|
|
.CalendarDay__selected_span:hover { |
|
|
background: rgb(var(--accent-color)); |
|
|
background: rgb(var(--accent-color)); |
|
|
color: var(--label-text-color); |
|
|
color: var(--label-text-color); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.CalendarDay__default:hover { |
|
|
.CalendarDay__default:hover { |
|
|
background: var(--accent-color-hover); |
|
|
background: var(--accent-color-hover); |
|
|
color: var(--label-text-color); |
|
|
color: var(--label-text-color); |
|
@ -299,12 +317,15 @@ table { |
|
|
[class*="sidebar__Wrapper-"] { |
|
|
[class*="sidebar__Wrapper-"] { |
|
|
background-color: rgba(0, 0, 0, 0.25); |
|
|
background-color: rgba(0, 0, 0, 0.25); |
|
|
} |
|
|
} |
|
|
[class*="sidebar__Wrapper-"] [class*="flex-sc-"]:not([class*="collapsible__Animated-"]) { |
|
|
|
|
|
|
|
|
[class*="sidebar__Wrapper-"] [class*="flex-sc-"]:not([class*="collapsible__Animated-"]) { |
|
|
background: transparent; |
|
|
background: transparent; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
[class*="collapsible__Animated-"] { |
|
|
[class*="collapsible__Animated-"] { |
|
|
background: var(--main-bg-color); |
|
|
background: var(--main-bg-color); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
[class*="header__Wrapper-"] { |
|
|
[class*="header__Wrapper-"] { |
|
|
background: var(--main-bg-color); |
|
|
background: var(--main-bg-color); |
|
|
} |
|
|
} |
|
@ -312,7 +333,8 @@ table { |
|
|
[class*="styled__StyledButton-"] .button-icon { |
|
|
[class*="styled__StyledButton-"] .button-icon { |
|
|
fill: rgb(var(--accent-color)) !important; |
|
|
fill: rgb(var(--accent-color)) !important; |
|
|
} |
|
|
} |
|
|
[class*="styled__StyledButton-"]:hover .button-icon{ |
|
|
|
|
|
|
|
|
[class*="styled__StyledButton-"]:hover .button-icon { |
|
|
fill: var(--accent-color-hover) !important; |
|
|
fill: var(--accent-color-hover) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -418,7 +440,7 @@ a[class*="styled__StyledButton-"]:active, |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.btn-default:active:not(.open>.dropdown-toggle.btn-default):not([class*="toggle"]), |
|
|
.btn-default:active:not(.open>.dropdown-toggle.btn-default):not([class*="toggle"]), |
|
|
.btn-default.active:not(.open>.dropdown-toggle.btn-default):not([class*="toggle"]){ |
|
|
.btn-default.active:not(.open>.dropdown-toggle.btn-default):not([class*="toggle"]) { |
|
|
background-color: var(--button-color-hover); |
|
|
background-color: var(--button-color-hover); |
|
|
border-color: var(--button-color-hover); |
|
|
border-color: var(--button-color-hover); |
|
|
color: var(--button-text-hover); |
|
|
color: var(--button-text-hover); |
|
|