138 lines
3.2 KiB
CSS
Raw Normal View History

:root {
--bs-border-color: #3d3f41;
--bs-link-color: #257bfd;
--bs-link-hover-color: #2467cc
}
2019-07-17 14:58:36 +02:00
body {
2022-03-15 14:09:23 +01:00
--mainBackgroundColor: #222;
--mainForegroundColor: #e0e0e1;
--mainBackgroundHoverColor: #fef3ec;
2020-05-20 11:37:58 +02:00
2021-05-11 15:43:34 +02:00
/* Compat with PeerTube < 3.2 */
--submenuColor: #202020;
--submenuBackgroundColor: #2c2c2c;
2021-05-11 15:43:34 +02:00
2022-03-15 14:09:23 +01:00
--inputForegroundColor: #e0e0e1;
--inputBackgroundColor: var(--mainBackgroundColor);
--inputPlaceholderColor: #d1d1d1;
2022-03-15 14:09:23 +01:00
--textareaForegroundColor: #e0e0e1;
--textareaBackgroundColor: var(--mainBackgroundColor);
2022-03-15 14:09:23 +01:00
--markdownTextareaBackgroundColor: #30363d;
--greyForegroundColor: #bbb;
--greyBackgroundColor: #464340;
--greySecondaryBackgroundColor: #4e4d4a;
2022-03-15 14:09:23 +01:00
--actionButtonColor: #bbb;
2020-05-22 11:23:00 +02:00
--activatedActionButtonColor: #fff;
--channelBackgroundColor: #303030;
--mainColorVeryLight: #242320;
--mainColorLightest: #3f3834;
--inputBorderColor: #a5a5a5;
2023-02-17 10:15:14 +01:00
--hoverColor: #ffffff0d;
}
.dropdown-header {
2023-02-17 10:15:14 +01:00
color: var(--mainForegroundColor);
}
2021-05-31 17:26:19 +02:00
.dropdown-item:active {
2023-02-17 10:15:14 +01:00
background-color: var(--hoverColor) !important;
}
.dropdown-menu {
2023-02-17 10:15:14 +01:00
--bs-dropdown-link-hover-bg: var(--hoverColor) !important;
}
.dropdown-menu,
.dropdown-divider {
2023-02-17 10:15:14 +01:00
border-color: var(--inputBorderColor);
2019-07-17 14:58:36 +02:00
}
2022-03-15 15:06:29 +01:00
.icon-logo {
background-color: #fff;
background-origin: content-box;
border-radius: 20px;
min-height: 29px;
min-width: 29px;
2023-02-17 10:15:14 +01:00
padding: 3px 4px 3px 8px;
2022-03-15 15:06:29 +01:00
}
2022-06-28 11:35:36 +02:00
.ng-dropdown-panel {
2023-02-17 10:15:14 +01:00
border-color: var(--inputBorderColor);
2022-06-28 11:35:36 +02:00
}
.ng-optgroup {
background-color: var(--mainBackgroundColor) !important;
color: var(--inputPlaceholderColor) !important;
}
.ng-option-marked,
.ng-select-container,
.ng-select-container.ng-has-value,
.ng-select-container.ng-select-focused.ng-select-opened,
.ng-select-multiple {
background-color: var(--mainBackgroundColor) !important;
2023-02-17 10:15:14 +01:00
color: var(--mainForegroundColor) !important;
}
.ng-option:hover,
.ng-option.ng-option-selected {
background-color: #555 !important;
2023-02-17 10:15:14 +01:00
color: var(--mainForegroundColor) !important;
}
.ng-select-container .ng-arrow,
.peertube-select-container::after {
2023-02-17 10:15:14 +01:00
border-top-color: var(--mainForegroundColor) !important;
}
.ng-select.ng-select.ng-select-opened>.ng-select-container .ng-arrow {
2023-02-17 10:15:14 +01:00
border-bottom-color: var(--mainForegroundColor) !important;
}
.notification {
2023-02-17 10:15:14 +01:00
border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}
.notification svg,
.notifications-header svg,
.menu-link svg {
2023-02-17 10:15:14 +01:00
color: var(--greyForegroundColor) !important;
}
.notification.unread {
2023-02-17 10:15:14 +01:00
background-color: #ffffff0d !important;
}
.notifications-header {
border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
2023-02-17 10:15:14 +01:00
color: var(--greyForegroundColor) !important;
}
.popover {
--bs-popover-bg: var(--mainBackgroundColor) !important;
--bs-popover-body-color: var(--mainForegroundColor) !important;
--bs-popover-box-shadow: 0 .5rem 1rem rgba(255, 255, 255, .15) !important;
--bs-popover-header-color: var(--mainForegroundColor) !important
}
.progress {
2023-02-17 10:15:14 +01:00
background-color: var(--greySecondaryBackgroundColor) !important;
}
.progress>span,
.all-notifications,
.notifications-header svg:hover,
.menu-link:hover svg {
2023-02-17 10:15:14 +01:00
color: var(--mainForegroundColor) !important;
2022-06-28 11:35:36 +02:00
}
2022-09-26 11:23:26 +02:00
.root-header {
2023-02-17 10:15:14 +01:00
box-shadow: 0 1px 3px rgba(200, 200, 200, .10) !important;
2022-09-26 11:23:26 +02:00
}
2022-12-28 14:48:27 +01:00
input#search-video {
2023-02-17 10:15:14 +01:00
box-shadow: rgba(200, 200, 200, 0.1) 0 1px 20px 0 !important;
2022-12-28 14:48:27 +01:00
}