1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-11 15:37:12 +02:00
theme.park/CSS/themes/bazarr/bazarr-base.css

699 lines
16 KiB
CSS
Raw Normal View History

2019-07-06 00:50:05 +02:00
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
2021-04-19 22:20:35 +02:00
/* https://github.com/gilbN/theme.park */
2019-07-06 00:50:05 +02:00
2021-04-19 22:20:35 +02:00
* {
outline: none;
2019-07-06 00:50:05 +02:00
}
2020-08-01 16:13:41 +02:00
body {
2021-04-19 22:20:35 +02:00
background: var(--main-bg-color);
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
color: var(--text);
2019-07-06 00:50:05 +02:00
}
2020-08-01 16:13:41 +02:00
/* scroller */
::-webkit-scrollbar-corner {
2021-04-19 22:20:35 +02:00
background-color: hsla(0, 0%, 100%, .08);
2019-07-06 00:50:05 +02:00
}
2020-08-01 16:13:41 +02:00
::-webkit-scrollbar {
2021-04-19 22:20:35 +02:00
width: 10px;
height: 10px;
background: #1f1f1f;
2019-07-06 00:50:05 +02:00
}
2020-08-01 16:13:41 +02:00
::-webkit-scrollbar-thumb {
2021-04-19 22:20:35 +02:00
-webkit-border-radius: 5px;
border-radius: 5px;
background-color: rgba(255, 255, 255, 0.35) !important;
2019-07-06 00:50:05 +02:00
}
2021-04-19 22:20:35 +02:00
a,
.page-link {
color: var(--link-color);
2019-07-06 00:50:05 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
a:hover {
color: var(--link-color-hover);
2019-07-06 00:50:05 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
/* Pagination */
.page-item.active .page-link {
z-index: 3;
color: var(--button-text);
background-color: var(--button-color);
border-color: var(--button-color);
2020-07-26 14:14:19 +02:00
}
2021-04-19 22:20:35 +02:00
.page-link {
background-color: rgba(255, 255, 255, .07);
border: 1px solid rgba(255, 255, 255, .1);
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.page-link:hover {
color: var(--link-color-hover);
text-decoration: none;
background-color: rgba(0, 0, 0, .15);
border: 1px solid rgba(255, 255, 255, .1);
2020-07-26 14:14:19 +02:00
}
2021-04-19 22:20:35 +02:00
.page-item.disabled .page-link {
color: var(--link-color);
background-color: rgba(255, 255, 255, .07);
border: 1px solid rgba(255, 255, 255, .1);
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.page-link:focus {
z-index: 3;
outline: 0;
box-shadow: 0 0 0 0.2rem rgb(var(--accent-color) / 25%);
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
/* TEXT */
.text-muted {
color: var(--text-muted) !important;
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.table {
color: var(--text);
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
/* Form Stuff */
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.header-container input[type=text] {
padding: 0;
transition: none;
color: #fff;
border-radius: 0;
border: none;
border-bottom: 1px solid rgba(255, 255, 255, .3) !important;
background-color: transparent;
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.header-container input[type=text]:focus {
box-shadow: none;
color: #fff;
background-color: transparent !important;
border-color: rgb(var(--accent-color)) !important;
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.form-control {
color: #FFF;
background-color: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.08);
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.form-control:focus {
background-color: rgba(255, 255, 255, 0.25) !important;
border-color: rgba(255, 255, 255, 0.25) !important;
outline: 0;
box-shadow: none;
color: #fff;
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.form-control:disabled,
.form-control[readonly] {
background-color: rgb(255 255 255 / 15%);
opacity: .7;
color: var(--text);
border: 1px solid rgb(255 255 255 / 15%);
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
:root .form-control:focus {
box-shadow: none !important;
border-color: transparent !important;
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.form-group i {
color: #ffffff;
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.bootstrap-tagsinput {
color: #eee;
background-color: rgba(0, 0, 0, .25) !important;
border: 1px solid transparent !important;
2020-08-01 16:13:41 +02:00
}
2021-04-19 22:20:35 +02:00
.bootstrap-tagsinput.focus {
background-color: #fff !important;
border-color: transparent;
outline: 0;
box-shadow: none;
color: black;
2020-08-01 16:13:41 +02:00
}
2021-04-19 22:20:35 +02:00
.input-group-text {
color: var(--text);
background-color: rgb(0 0 0 / 25%);
border: 1px solid transparent;
2020-08-01 16:13:41 +02:00
}
2021-04-19 22:20:35 +02:00
.custom-chip-input .main-input {
background: transparent;
color: var(--text);
2020-08-01 16:13:41 +02:00
}
2021-04-19 22:20:35 +02:00
.custom-chip-input:focus-within {
border-color: rgb(255 255 255 / 10%);
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.custom-chip-input .custom-chip {
color: var(--button-text);
background-color: var(--button-color);
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.custom-selector .selector__control .selector__multi-value,
.selector__multi-value__label {
background: var(--button-color);
color: var(--button-text);
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
/* SIDEBAR */
.sidebar-container {
background-color: rgba(0, 0, 0, .25);
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.sidebar-container .sidebar-button {
background: transparent
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.sidebar-container .sidebar-button:active,
.sidebar-container .sidebar-button:focus {
color: #fff;
background-color: hsla(0, 0%, 100%, .08) !important;
2020-07-26 16:15:20 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.sidebar-container .sidebar-button:hover {
background-color: hsla(0, 0%, 100%, .08) !important;
2020-07-26 16:15:20 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.sidebar-container .sidebar-button.sb-active {
background-color: hsla(0, 0%, 100%, .08);
2020-07-26 16:15:20 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.sidebar-container .sidebar-collapse-box.active:before,
.sidebar-container .sidebar-button.sb-active:before {
background-color: rgb(var(--accent-color));
2020-07-26 17:35:42 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
@media (max-width: 767.98px) {
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.sidebar-container.open,
.sidebar-container {
background: var(--modal-bg-color);
}
2020-07-28 18:47:53 +02:00
}
2021-04-19 22:20:35 +02:00
.sidebar-container .badge-secondary {
color: var(--button-text);
background-color: var(--queue-color);
2020-07-28 18:47:53 +02:00
}
2021-04-19 22:20:35 +02:00
/* TOP NAV BAR */
.header-container .bg-primary {
background-color: rgba(0, 0, 0, .35) !important;
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.header-container .btn-primary {
color: var(--button-text);
background-color: transparent;
border-color: transparent;
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.header-container .btn-primary.focus,
.header-container .btn-primary:focus,
.header-container .btn-primary:hover {
color: var(--button-text-hover);
background-color: transparent;
border-color: transparent;
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.header-container .btn-primary:not(:disabled):not(.disabled).active,
.header-container .btn-primary:not(:disabled):not(.disabled):active,
.header-container .show>.btn-primary.dropdown-toggle {
color: var(--button-text-hover);
background-color: transparent;
border-color: transparent;
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
/* PAGES */
.content-header.bg-dark {
background: var(--main-bg-color) !important;
border-bottom: solid 1px rgba(255, 255, 255, .1);
2020-08-01 16:13:41 +02:00
2020-07-26 14:14:19 +02:00
}
2021-05-12 22:52:41 +02:00
/* LOGIN */
2021-05-12 17:50:08 +02:00
.bg-light {
background-color: var(--main-bg-color) !important;
}
2021-05-12 22:52:41 +02:00
.auth-card {
border: 1px solid transparent;
}
.auth-card .card-footer {
background-color: transparent;
border-top: 1px solid rgba(255, 255, 255, .1);
}
2021-05-12 17:50:08 +02:00
2021-04-19 22:20:35 +02:00
.card {
background-color: rgba(0, 0, 0, .45);
box-shadow: 0 0 10px 1px #000000;
color: var(--text);
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.settings-card:hover,
.settings-card:focus {
border-color: transparent;
color: var(--text-hover);
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.alert-secondary {
color: var(--text);
background-color: rgba(255, 255, 255, .15);
border-color: rgba(255, 255, 255, .15);
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
/* Series page */
.progress-bar {
background-color: var(--accent-color);
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.progress {
background-color: rgb(255 255 255 / 20%);
2020-07-26 14:14:19 +02:00
}
2021-04-19 22:20:35 +02:00
.progress-bar.bg-primary {
background: rgb(var(--accent-color)) !important;
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.progress-bar.bg-warning {
color: #212529;
background-color: rgba(255, 193, 7, .8) !important;
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.badge-warning {
color: #212529;
background-color: rgba(255, 193, 7, .8);
2020-07-26 16:15:20 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.popover {
background-color: #1f1f1f;
border: 1px solid rgba(255, 255, 255, .2);
2020-07-26 14:14:19 +02:00
}
2021-04-19 22:20:35 +02:00
.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
border-top-color: rgba(255, 255, 255, .5);
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.popover-header {
background-color: #1f1f1f;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
2020-08-01 16:13:41 +02:00
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.popover-body {
color: var(--text)
2020-07-26 16:15:20 +02:00
}
2021-04-19 22:20:35 +02:00
.spinner-border {
color: rgb(var(--accent-color));
2020-07-26 16:15:20 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
/* Modal */
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.modal-content {
box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
border-radius: 3px;
background: var(--modal-bg-color);
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.modal-header {
border-bottom: 1px solid var(--accent-color);
2020-08-01 16:13:41 +02:00
2020-07-26 16:15:20 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.modal-footer {
border-top: 1px solid var(--accent-color);
2020-07-26 14:14:19 +02:00
}
2021-04-19 22:20:35 +02:00
.modal-content .badge-secondary {
color: #fff;
background-color: var(--accent-color);
padding: 5px;
2020-07-26 16:15:20 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.modal-content button:focus {
outline: none !important;
2020-07-26 14:14:19 +02:00
}
2021-04-19 22:20:35 +02:00
.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #eee;
text-shadow: 0 1px 0 #eee;
opacity: .5;
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.close:hover {
color: #fff !important;
text-decoration: none;
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
/* BUTTONS */
.btn-primary,
.btn-outline-secondary {
color: var(--button-text);
background-color: var(--button-color);
border-color: var(--button-color);
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-outline-secondary:hover,
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
color: var(--button-text-hover);
background-color: var(--button-color-hover);
border-color: var(--button-color-hover);
2020-07-26 16:15:20 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
color: var(--button-text-hover);
background-color: var(--button-color-hover);
border-color: var(--button-color-hover);
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn-primary.focus,
.btn-primary:focus {
box-shadow: 0 0 0 0.2rem rgba(var(--accent-color), .5);
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.btn-primary.disabled,
.btn-primary:disabled {
color: var(--button-text);
background-color: var(--button-color);
border-color: var(--button-color);
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.btn-dark.disabled,
.btn-dark:disabled {
color: var(--text-muted);
background-color: transparent;
border-color: transparent;
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.btn-dark.disabled:hover,
.btn-dark:disabled:hover {
color: var(--text-muted);
background-color: transparent;
border-color: transparent;
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.btn-dark {
color: var(--button-text);
background-color: transparent;
/* rgba(var(--accent-color),.5)*/
border-color: transparent;
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
color: var(--button-text-hover);
background-color: transparent;
/* rgba(var(--accent-color),.8) */
border-color: transparent;
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.btn-dark.focus,
.btn-dark:focus {
box-shadow: 0 0 0 0.2rem transparent;
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
color: var(--button-text-hover);
background-color: transparent;
border-color: transparent;
2020-08-01 16:26:33 +02:00
}
2021-04-19 22:20:35 +02:00
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem transparent;
2020-08-01 16:13:41 +02:00
}
.btn-light {
2021-04-19 22:20:35 +02:00
color: var(--button-text);
background-color: var(--button-color);
border-color: var(--button-color);
2020-08-01 16:13:41 +02:00
}
2021-04-19 22:20:35 +02:00
.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
color: var(--button-text-hover);
background-color: var(--button-color-hover);
border-color: var(--button-color-hover);
2020-08-01 16:13:41 +02:00
}
2021-04-19 22:20:35 +02:00
.btn-light.disabled,
.btn-light:disabled {
color: var(--button-text);
background-color: var(--button-color);
border-color: var(--button-color);
2020-08-01 16:13:41 +02:00
}
2021-04-19 22:20:35 +02:00
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle,
2020-08-01 16:13:41 +02:00
.btn-light.focus,
.btn-light:focus {
2021-04-19 22:20:35 +02:00
color: var(--button-text-hover);
background-color: var(--button-color-hover);
border-color: var(--button-color-hover);
2020-08-01 16:13:41 +02:00
}
2021-04-19 22:20:35 +02:00
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem transparent;
2020-08-01 16:13:41 +02:00
}
2021-04-19 22:20:35 +02:00
.custom-control-input:focus~.custom-control-label:before {
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .07);
2020-08-01 16:26:33 +02:00
}
2021-04-19 22:20:35 +02:00
.custom-control-input:checked~.custom-control-label:before {
border-color: rgb(var(--accent-color));
background-color: rgb(var(--accent-color));
2020-08-01 16:13:41 +02:00
}
2021-04-19 22:20:35 +02:00
.custom-control-input:focus~.custom-control-label:before {
box-shadow: 0 0 0 .2rem rgba(var(--accent-color), .25)
2020-08-01 16:13:41 +02:00
}
2021-04-19 22:20:35 +02:00
.custom-control-input:focus:not(:checked)~.custom-control-label:before {
border-color: var(--accent-color);
2020-08-01 16:13:41 +02:00
}
2021-04-19 22:20:35 +02:00
.custom-control-input:not(:disabled):active~.custom-control-label:before {
color: #fff;
background-color: rgb(var(--accent-color));
border-color: rgb(var(--accent-color));
2020-08-01 16:13:41 +02:00
}
2021-04-19 22:20:35 +02:00
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
border-color: rgb(var(--accent-color));
background-color: rgb(var(--accent-color));
2020-08-01 16:13:41 +02:00
}
2021-04-19 22:20:35 +02:00
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
background-color: rgba(var(--accent-color), .5)
2020-08-01 16:13:41 +02:00
}
2021-04-19 22:20:35 +02:00
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
background-color: rgba(var(--accent-color), .5)
2020-08-01 16:13:41 +02:00
}
2021-04-19 22:20:35 +02:00
.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
background-color: rgba(var(--accent-color), .5)
2020-08-01 16:13:41 +02:00
}
2021-04-19 22:20:35 +02:00
.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
background-color: rgba(var(--accent-color), .5)
2020-07-26 16:15:20 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.custom-select:focus {
border-color: rgb(var(--accent-color));
outline: 0;
box-shadow: 0 0 0 .2rem rgba(var(--accent-color), .25)
2020-07-26 14:14:19 +02:00
}
2021-04-19 22:20:35 +02:00
.custom-file-input:focus~.custom-file-label {
border-color: rgb(var(--accent-color));
box-shadow: 0 0 0 .2rem rgba(var(--accent-color), .25)
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
/* DROPDOWN MENU */
.dropdown-menu {
color: var(--text);
background: var(--modal-bg-color);
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.dropdown-item {
color: var(--text);
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.dropdown-item:focus,
.dropdown-item:hover {
color: var(--text-hover);
background-color: hsla(0, 0%, 100%, .08);
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.custom-selector .selector__control {
2021-04-20 21:59:25 +02:00
background-color: rgba(0, 0, 0, 0.25);
border-color: rgba(0, 0, 0, 0) !important;
2021-04-19 22:20:35 +02:00
color: #fff;
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
[class$="-singleValue"],
[class$="-placeholder"],
[class$="-indicatorContainer"] {
2021-04-20 21:59:25 +02:00
color: var(--text) !important;
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
[class$="-indicatorContainer"]:hover {
color: var(--text-hover);
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.custom-selector .selector__control--is-focused {
border-color: rgba(255, 255, 255, .2) !important;
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.selector__menu {
background: var(--modal-bg-color) !important;
color: var(--text)
2020-07-26 14:14:19 +02:00
}
2021-04-19 22:20:35 +02:00
.custom-selector .selector__option--is-selected:active {
background-color: rgba(255, 255, 255, .07) !important;
2020-08-01 16:13:41 +02:00
}
2021-04-19 22:20:35 +02:00
.custom-selector .selector__option--is-focused {
background-color: rgba(var(--accent-color), .2)
2020-08-01 16:13:41 +02:00
}
2020-08-01 16:26:33 +02:00
2021-04-19 22:20:35 +02:00
.custom-selector .selector__option--is-focused:active,
.custom-selector .selector__option--is-focused:focus {
background-color: rgba(var(--accent-color), .2)
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.custom-selector .selector__option--is-selected {
background-color: rgb(var(--accent-color));
2020-07-26 14:14:19 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.custom-selector .selector__option--is-selected:active {
background-color: rgb(var(--accent-color));
2020-07-26 16:15:20 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.custom-rc-slider .rc-slider-track {
background: var(--button-color);
2020-08-01 16:13:41 +02:00
}
2021-04-19 22:20:35 +02:00
.custom-rc-slider .rc-slider-handle {
border: 3px solid var(--button-color);
2020-08-01 16:13:41 +02:00
}
2021-04-19 22:20:35 +02:00
.custom-rc-slider .rc-slider-handle:hover,
.custom-rc-slider .rc-slider-handle:active {
border-color: var(--button-color-hover);
2020-07-26 16:15:20 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
/* RECHARTS */
.recharts-default-tooltip {
background: #1f1f1f !important;
border: transparent !important;
2020-07-26 17:35:42 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
.recharts-rectangle.recharts-tooltip-cursor {
fill: rgba(255, 255, 255, .15) !important;
2020-07-27 21:55:52 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
text {
stroke: none;
fill: var(--text-hover);
text-anchor: end;
2020-07-28 09:10:25 +02:00
}
2020-08-01 16:13:41 +02:00
2021-04-19 22:20:35 +02:00
line {
stroke: var(--text);
fill: none;
2021-05-12 22:52:41 +02:00
}
/* PLACEHOLDER TEXT */
::placeholder {
color: var(--text) !important;
opacity: .5 !important;
}
:-moz-placeholder {
color: var(--text) !important;
opacity: .5 !important;
}
:-ms-input-placeholder {
color: var(--text) !important;
opacity: .5 !important;
}
::-webkit-input-placeholder {
color: var(--text) !important;
opacity: .5;
}
/* TOASTS */
.toast {
background: var(--modal-bg-color);
border: 1px solid rgba(0,0,0,.1);
box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
color: var(--text)
}
.toast-header {
color: var(--text-hover);
background-color: hsla(0, 0%, 0%, .35);
border-bottom: 1px solid rgba(0,0,0,.05);
2020-08-01 16:13:41 +02:00
}