2019-01-02 12:01:03 -05:00
|
|
|
.skinHeader,
|
2018-10-23 01:13:23 +03:00
|
|
|
html {
|
|
|
|
color: #ddd;
|
2020-01-19 15:00:37 +01:00
|
|
|
color: rgba(255, 255, 255, 0.8);
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-01-02 12:01:03 -05:00
|
|
|
.wizardStartForm,
|
|
|
|
.ui-corner-all,
|
|
|
|
.ui-shadow {
|
2020-01-19 14:49:56 +01:00
|
|
|
background-color: #101010;
|
2019-01-02 12:01:03 -05:00
|
|
|
}
|
|
|
|
|
2018-10-23 01:13:23 +03:00
|
|
|
.emby-collapsible-button {
|
|
|
|
border-color: #383838;
|
2020-01-19 15:00:37 +01:00
|
|
|
border-color: rgba(255, 255, 255, 0.135);
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.skinHeader-withBackground {
|
2020-01-19 14:49:56 +01:00
|
|
|
background-color: #101010;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-07-04 00:27:42 -07:00
|
|
|
.skinHeader.semiTransparent {
|
2020-01-09 19:35:19 +01:00
|
|
|
-webkit-backdrop-filter: none !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
backdrop-filter: none !important;
|
2019-07-04 00:27:42 -07:00
|
|
|
background-color: rgba(0, 0, 0, 0.4);
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.pageTitleWithDefaultLogo {
|
2020-01-19 14:49:56 +01:00
|
|
|
background-image: url(../../assets/img/banner-light.png);
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.backgroundContainer,
|
|
|
|
.dialog,
|
|
|
|
html {
|
2020-01-19 14:49:56 +01:00
|
|
|
background-color: #101010;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.backgroundContainer.withBackdrop {
|
2020-01-19 15:00:37 +01:00
|
|
|
background-color: rgba(0, 0, 0, 0.86);
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-09-06 22:33:15 -07:00
|
|
|
.paper-icon-button-light:hover:not(:disabled) {
|
2019-05-13 12:56:44 -07:00
|
|
|
color: #00a4dc;
|
2020-01-19 15:00:37 +01:00
|
|
|
background-color: rgba(0, 164, 220, 0.2);
|
2019-05-13 12:56:44 -07:00
|
|
|
}
|
|
|
|
|
2019-09-06 22:33:15 -07:00
|
|
|
.paper-icon-button-light.show-focus:focus {
|
2019-01-06 20:45:38 -05:00
|
|
|
color: #00a4dc;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.fab,
|
|
|
|
.raised {
|
|
|
|
background: #303030;
|
2020-01-19 15:00:37 +01:00
|
|
|
color: rgba(255, 255, 255, 0.87);
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.fab:focus,
|
|
|
|
.raised:focus {
|
2020-01-19 14:49:56 +01:00
|
|
|
background: #383838;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.button-submit {
|
2019-01-06 20:45:38 -05:00
|
|
|
background: #00a4dc;
|
2020-01-19 14:49:56 +01:00
|
|
|
color: #fff;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.button-submit:focus {
|
2019-01-06 20:45:38 -05:00
|
|
|
background: #0cb0e8;
|
2020-01-19 14:49:56 +01:00
|
|
|
color: #fff;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-09-01 18:24:56 +03:00
|
|
|
.button-delete {
|
|
|
|
background: rgb(247, 0, 0);
|
2020-01-19 15:00:37 +01:00
|
|
|
color: rgba(255, 255, 255, 0.87);
|
2019-09-01 18:24:56 +03:00
|
|
|
}
|
|
|
|
|
2018-10-23 01:13:23 +03:00
|
|
|
.checkboxLabel {
|
2020-01-19 14:49:56 +01:00
|
|
|
color: inherit;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.checkboxListLabel,
|
|
|
|
.inputLabel,
|
|
|
|
.inputLabelUnfocused,
|
|
|
|
.paperListLabel,
|
|
|
|
.textareaLabelUnfocused {
|
|
|
|
color: #bbb;
|
2020-01-19 15:00:37 +01:00
|
|
|
color: rgba(255, 255, 255, 0.7);
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.inputLabelFocused,
|
|
|
|
.selectLabelFocused,
|
|
|
|
.textareaLabelFocused {
|
2020-01-19 14:49:56 +01:00
|
|
|
color: #00a4dc;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.checkboxOutline {
|
2020-01-19 14:49:56 +01:00
|
|
|
border-color: currentColor;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.collapseContent,
|
|
|
|
.formDialogFooter:not(.formDialogFooter-clear),
|
|
|
|
.formDialogHeader:not(.formDialogHeader-clear),
|
|
|
|
.paperList,
|
|
|
|
.visualCardBox {
|
2020-01-19 14:49:56 +01:00
|
|
|
background-color: #242424;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.defaultCardBackground1 {
|
2020-01-19 14:49:56 +01:00
|
|
|
background-color: #d2b019;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.defaultCardBackground2 {
|
2020-01-19 14:49:56 +01:00
|
|
|
background-color: #338abb;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.defaultCardBackground3 {
|
2020-01-19 14:49:56 +01:00
|
|
|
background-color: #6b689d;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.defaultCardBackground4 {
|
2020-01-19 14:49:56 +01:00
|
|
|
background-color: #dd452b;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.defaultCardBackground5 {
|
2020-01-19 14:49:56 +01:00
|
|
|
background-color: #5ccea9;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.cardText-secondary,
|
|
|
|
.fieldDescription,
|
|
|
|
.guide-programNameCaret,
|
|
|
|
.listItem .secondary,
|
|
|
|
.nowPlayingBarSecondaryText,
|
|
|
|
.programSecondaryTitle,
|
|
|
|
.secondaryText {
|
|
|
|
color: #999;
|
2020-01-19 15:00:37 +01:00
|
|
|
color: rgba(255, 255, 255, 0.5);
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.actionsheetDivider {
|
|
|
|
background: #444;
|
2020-01-19 15:00:37 +01:00
|
|
|
background: rgba(255, 255, 255, 0.14);
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.cardFooter-vibrant .cardText-secondary {
|
|
|
|
color: inherit;
|
2020-01-19 15:00:37 +01:00
|
|
|
opacity: 0.5;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.actionSheetMenuItem:hover {
|
2020-01-19 14:49:56 +01:00
|
|
|
background-color: #242424;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.toast {
|
|
|
|
background: #303030;
|
|
|
|
color: #fff;
|
2020-01-19 15:00:37 +01:00
|
|
|
color: rgba(255, 255, 255, 0.87);
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.appfooter {
|
|
|
|
background: #101010;
|
|
|
|
color: #ccc;
|
2020-01-19 15:00:37 +01:00
|
|
|
color: rgba(255, 255, 255, 0.78);
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.itemSelectionPanel {
|
2020-01-19 14:49:56 +01:00
|
|
|
border: 1px solid #00a4dc;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.selectionCommandsPanel {
|
2019-01-06 20:45:38 -05:00
|
|
|
background: #00a4dc;
|
2020-01-19 14:49:56 +01:00
|
|
|
color: #fff;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.upNextDialog-countdownText {
|
2020-01-19 14:49:56 +01:00
|
|
|
color: #00a4dc;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.alphaPickerButton {
|
|
|
|
color: #999;
|
2020-01-19 15:00:37 +01:00
|
|
|
color: rgba(255, 255, 255, 0.5);
|
2020-01-19 14:49:56 +01:00
|
|
|
background-color: transparent;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.alphaPickerButton-selected {
|
2020-01-19 14:49:56 +01:00
|
|
|
color: #fff;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.alphaPickerButton-tv:focus {
|
2019-01-06 20:45:38 -05:00
|
|
|
background-color: #00a4dc;
|
2020-01-19 14:49:56 +01:00
|
|
|
color: #fff !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.detailTableBodyRow-shaded:nth-child(even) {
|
|
|
|
background: #1c1c1c;
|
2020-01-19 15:00:37 +01:00
|
|
|
background: rgba(30, 30, 30, 0.9);
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.listItem-border {
|
2020-01-19 15:00:37 +01:00
|
|
|
border-color: rgba(34, 34, 34, 0.9) !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.listItem:focus {
|
2020-01-19 14:49:56 +01:00
|
|
|
background: #333;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.progressring-spiner {
|
2020-01-19 14:49:56 +01:00
|
|
|
border-color: #00a4dc;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.button-flat-accent,
|
|
|
|
.button-link {
|
2020-01-19 14:49:56 +01:00
|
|
|
color: #00a4dc;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.mediaInfoText {
|
|
|
|
color: #ddd;
|
2020-01-19 15:00:37 +01:00
|
|
|
background: rgba(170, 170, 190, 0.2);
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.mediaInfoTimerIcon,
|
|
|
|
.starIcon {
|
2020-01-19 14:49:56 +01:00
|
|
|
color: #cb272a;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.emby-input,
|
|
|
|
.emby-textarea {
|
|
|
|
color: inherit;
|
|
|
|
background: #292929;
|
|
|
|
border: .07em solid #292929;
|
2020-01-09 19:35:19 +01:00
|
|
|
-webkit-border-radius: .15em;
|
2020-01-19 14:49:56 +01:00
|
|
|
border-radius: .15em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.emby-input:focus,
|
|
|
|
.emby-textarea:focus {
|
2020-01-19 14:49:56 +01:00
|
|
|
border-color: #00a4dc;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.emby-select-withcolor {
|
|
|
|
color: inherit;
|
|
|
|
background: #292929;
|
2020-01-19 15:00:37 +01:00
|
|
|
border: 0.07em solid #292929;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2020-01-19 15:03:50 +01:00
|
|
|
.emby-select-withcolor> option {
|
2018-10-23 01:13:23 +03:00
|
|
|
color: inherit;
|
2020-01-19 14:49:56 +01:00
|
|
|
background: #222;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.emby-select-withcolor:focus {
|
2020-01-19 14:49:56 +01:00
|
|
|
border-color: #00a4dc !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.emby-select-tv-withcolor:focus {
|
2019-01-06 20:45:38 -05:00
|
|
|
background-color: #00a4dc !important;
|
2020-01-19 14:49:56 +01:00
|
|
|
color: #fff !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2020-01-19 15:03:50 +01:00
|
|
|
.emby-checkbox:checked+ span+ .checkboxOutline {
|
2020-01-19 14:49:56 +01:00
|
|
|
border-color: #00a4dc;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2020-01-19 15:03:50 +01:00
|
|
|
.emby-checkbox:focus+ span+ .checkboxOutline {
|
2019-05-16 18:23:46 -04:00
|
|
|
border-color: #fff;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2020-01-19 15:03:50 +01:00
|
|
|
.emby-checkbox:checked+ span+ .checkboxOutline,
|
2018-10-23 01:13:23 +03:00
|
|
|
.itemProgressBarForeground {
|
2020-01-19 14:49:56 +01:00
|
|
|
background-color: #00a4dc;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2020-01-19 15:03:50 +01:00
|
|
|
.emby-checkbox:focus:not(:checked)+ span+ .checkboxOutline {
|
2020-01-19 14:29:41 +01:00
|
|
|
border-color: #00a4dc;
|
|
|
|
}
|
|
|
|
|
2018-10-23 01:13:23 +03:00
|
|
|
.itemProgressBarForeground-recording {
|
2020-01-19 14:49:56 +01:00
|
|
|
background-color: #cb272a;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.countIndicator,
|
|
|
|
.fullSyncIndicator,
|
|
|
|
.playedIndicator {
|
2020-01-19 14:49:56 +01:00
|
|
|
background: #00a4dc;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.fullSyncIndicator {
|
2020-01-19 14:49:56 +01:00
|
|
|
color: #fff;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.mainDrawer {
|
2020-01-19 14:49:56 +01:00
|
|
|
background-color: #101010;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.navMenuOption:hover {
|
2020-01-19 14:49:56 +01:00
|
|
|
background: #252528;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.navMenuOption-selected {
|
2019-01-06 20:45:38 -05:00
|
|
|
background: #00a4dc !important;
|
2020-01-19 14:49:56 +01:00
|
|
|
color: #fff;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-09-06 22:33:15 -07:00
|
|
|
.emby-button.show-focus:focus {
|
2019-01-06 20:45:38 -05:00
|
|
|
background: #00a4dc;
|
2020-01-19 14:49:56 +01:00
|
|
|
color: #fff;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.emby-tab-button {
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.emby-tab-button-active {
|
2019-09-06 22:33:15 -07:00
|
|
|
color: #fff;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-09-06 22:33:15 -07:00
|
|
|
.emby-tab-button.show-focus:focus {
|
|
|
|
color: #00a4dc;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-09-06 22:33:15 -07:00
|
|
|
.emby-tab-button:hover {
|
|
|
|
color: #00a4dc;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.channelPrograms,
|
|
|
|
.guide-channelHeaderCell,
|
|
|
|
.programCell {
|
2020-01-19 15:00:37 +01:00
|
|
|
border-color: rgba(255, 255, 255, 0.05);
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.programCell-sports {
|
2020-01-19 14:49:56 +01:00
|
|
|
background: #3949ab !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.programCell-movie {
|
2020-01-19 14:49:56 +01:00
|
|
|
background: #5e35b1 !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.programCell-kids {
|
2020-01-19 14:49:56 +01:00
|
|
|
background: #039be5 !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.programCell-news {
|
2020-01-19 14:49:56 +01:00
|
|
|
background: #43a047 !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.programCell-active {
|
2020-01-19 14:49:56 +01:00
|
|
|
background: #1e1e1e !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.guide-channelHeaderCell:focus,
|
|
|
|
.programCell:focus {
|
2019-01-06 20:45:38 -05:00
|
|
|
background-color: #00a4dc !important;
|
2020-01-19 14:49:56 +01:00
|
|
|
color: #fff !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.guide-programTextIcon {
|
|
|
|
color: #1e1e1e;
|
2020-01-19 14:49:56 +01:00
|
|
|
background: #555;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.guide-headerTimeslots {
|
2020-01-19 14:49:56 +01:00
|
|
|
color: inherit;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.guide-date-tab-button {
|
|
|
|
color: #555;
|
2020-01-19 15:00:37 +01:00
|
|
|
color: rgba(255, 255, 255, 0.3);
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.guide-date-tab-button.emby-tab-button-active,
|
|
|
|
.guide-date-tab-button:focus {
|
2020-01-19 14:49:56 +01:00
|
|
|
color: #00a4dc;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-09-06 22:33:15 -07:00
|
|
|
.guide-date-tab-button.show-focus:focus {
|
2019-01-06 20:45:38 -05:00
|
|
|
background-color: #00a4dc;
|
2020-01-19 14:49:56 +01:00
|
|
|
color: #fff;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.infoBanner {
|
|
|
|
color: #ddd;
|
|
|
|
background: #111;
|
|
|
|
padding: 1em;
|
2020-01-09 19:35:19 +01:00
|
|
|
-webkit-border-radius: .25em;
|
2020-01-19 14:49:56 +01:00
|
|
|
border-radius: .25em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.ratingbutton-icon-withrating {
|
2020-01-19 14:49:56 +01:00
|
|
|
color: #c33;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.downloadbutton-icon-complete,
|
|
|
|
.downloadbutton-icon-on {
|
2020-01-19 14:49:56 +01:00
|
|
|
color: #4285f4;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.playstatebutton-icon-played {
|
2020-01-19 14:49:56 +01:00
|
|
|
color: #c33;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.repeatButton-active {
|
2020-01-19 14:49:56 +01:00
|
|
|
color: #4285f4;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-11-11 12:28:27 +03:00
|
|
|
.card:focus .cardBox.visualCardBox,
|
|
|
|
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
|
2020-01-19 14:49:56 +01:00
|
|
|
border-color: #00a4dc !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-track {
|
2020-01-19 14:49:56 +01:00
|
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
|
|
|
|
box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-track-piece {
|
2020-01-19 14:49:56 +01:00
|
|
|
background-color: #3b3b3b;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2020-01-19 14:29:41 +01:00
|
|
|
.layout-desktop ::-webkit-scrollbar {
|
|
|
|
width: 1em;
|
2020-01-19 14:49:56 +01:00
|
|
|
height: 1em;
|
2020-01-19 14:29:41 +01:00
|
|
|
}
|
|
|
|
|
2018-10-23 01:13:23 +03:00
|
|
|
::-webkit-scrollbar-thumb:horizontal,
|
|
|
|
::-webkit-scrollbar-thumb:vertical {
|
2020-01-19 14:49:56 +01:00
|
|
|
border-radius: 2px;
|
2020-01-09 19:35:19 +01:00
|
|
|
-webkit-border-radius: 2px;
|
2020-01-19 14:49:56 +01:00
|
|
|
background: center no-repeat #888;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.timeslotHeaders-desktop::-webkit-scrollbar {
|
2020-01-19 15:00:37 +01:00
|
|
|
height: 0.7em;
|
2019-01-02 12:01:03 -05:00
|
|
|
}
|
2019-09-01 17:06:28 +03:00
|
|
|
|
|
|
|
.metadataSidebarIcon {
|
2020-01-19 14:49:56 +01:00
|
|
|
color: #00a4dc;
|
2019-09-01 17:06:28 +03:00
|
|
|
}
|