2020-02-09 01:59:52 +01:00
|
|
|
* {
|
|
|
|
scrollbar-color: #3b3b3b #202020;
|
|
|
|
}
|
|
|
|
|
2019-01-02 12:27:27 -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:27:27 -05:00
|
|
|
.wizardStartForm,
|
|
|
|
.ui-corner-all,
|
|
|
|
.ui-shadow {
|
2020-01-25 11:42:43 +01:00
|
|
|
background-color: #303030;
|
2019-01-02 12:27:27 -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 {
|
|
|
|
background: #303030;
|
2020-01-22 21:40:45 +01:00
|
|
|
background: linear-gradient(to right, #291a31, #033664, #011432, #141a3a, #291a31);
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.skinHeader.semiTransparent {
|
|
|
|
backdrop-filter: none !important;
|
2020-01-22 21:40:45 +01:00
|
|
|
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
|
|
|
|
background-color: rgba(0, 0, 0, 0.3);
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2020-08-26 21:29:10 +02:00
|
|
|
.layout-tv .skinHeader.semiTransparent {
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2020-08-26 19:58:21 +02:00
|
|
|
.layout-tv .pageTitleWithDefaultLogo {
|
|
|
|
background-image: url(../../assets/img/icon-transparent.png);
|
|
|
|
}
|
|
|
|
|
2018-10-23 01:13:23 +03:00
|
|
|
.dialog,
|
2020-04-16 15:45:32 -04:00
|
|
|
.nowPlayingPlaylist,
|
|
|
|
.nowPlayingContextMenu,
|
2018-10-23 01:13:23 +03:00
|
|
|
html {
|
2020-01-19 14:49:56 +01:00
|
|
|
background-color: #033361;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.backgroundContainer {
|
|
|
|
background: url(bg.jpg) center top no-repeat #033361;
|
2020-01-19 14:49:56 +01:00
|
|
|
background-size: cover;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.backgroundContainer.withBackdrop {
|
2020-01-19 15:00:37 +01:00
|
|
|
opacity: 0.86;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2020-01-19 14:57:31 +01:00
|
|
|
@media (orientation: portrait) {
|
2018-10-23 01:13:23 +03:00
|
|
|
.backgroundContainer {
|
2020-01-19 14:49:56 +01:00
|
|
|
background-position: 30% top;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-09-02 10:05:51 +01:00
|
|
|
@media (hover: hover) and (pointer: fine) {
|
2020-08-31 10:02:25 +01:00
|
|
|
.paper-icon-button-light:hover:not(:disabled) {
|
|
|
|
color: #00a4dc;
|
|
|
|
background-color: rgba(0, 164, 220, 0.2);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.paper-icon-button-light:active: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 {
|
2020-01-19 15:00:37 +01:00
|
|
|
background: rgba(0, 0, 0, 0.5);
|
|
|
|
color: rgba(255, 255, 255, 0.87);
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.fab:focus,
|
|
|
|
.raised:focus {
|
2020-01-19 15:00:37 +01:00
|
|
|
background: rgba(0, 0, 0, 0.7);
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2022-02-07 00:12:33 +03:00
|
|
|
a[data-role=button] {
|
|
|
|
background: rgba(0, 0, 0, 0.5) !important;
|
|
|
|
}
|
|
|
|
|
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 15:00:37 +01:00
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2021-09-01 00:43:44 -04:00
|
|
|
.layout-tv .formDialogFooter:not(.formDialogFooter-clear) {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
2018-10-23 01:13:23 +03:00
|
|
|
.defaultCardBackground1 {
|
2020-06-04 21:38:10 +02:00
|
|
|
background-color: #213440;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.defaultCardBackground2 {
|
2020-06-04 21:38:10 +02:00
|
|
|
background-color: #8c6565;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.defaultCardBackground3 {
|
2020-06-04 21:38:10 +02:00
|
|
|
background-color: #57778c;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.defaultCardBackground4 {
|
2020-06-04 21:38:10 +02:00
|
|
|
background-color: #8c8c49;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.defaultCardBackground5 {
|
2020-06-04 21:38:10 +02:00
|
|
|
background-color: #404024;
|
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
|
|
|
}
|
|
|
|
|
|
|
|
.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
|
|
|
}
|
|
|
|
|
2020-04-16 19:14:40 -04:00
|
|
|
.appfooter,
|
|
|
|
.playlistSectionButton {
|
2018-10-23 01:13:23 +03:00
|
|
|
background: #033664;
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2020-01-09 19:35:19 +01:00
|
|
|
@supports (backdrop-filter:blur(10px)) or (-webkit-backdrop-filter:blur(10px)) {
|
2020-02-06 00:13:11 +09:00
|
|
|
.appfooter {
|
2020-01-19 15:00:37 +01:00
|
|
|
background: rgba(1, 2, 50, 0.7);
|
2020-01-19 14:49:56 +01:00
|
|
|
backdrop-filter: blur(20px);
|
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
|
|
|
}
|
|
|
|
|
2020-05-10 13:36:26 +02:00
|
|
|
.detailRibbon {
|
2020-02-04 21:25:00 +01:00
|
|
|
background: #303030;
|
|
|
|
background: linear-gradient(to right, #291a31, #033664, #011432, #141a3a, #291a31);
|
|
|
|
}
|
|
|
|
|
2020-08-26 21:29:10 +02:00
|
|
|
.layout-tv .detailRibbon {
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
2024-01-19 15:27:35 -05:00
|
|
|
.noBackdropTransparency .detailPageSecondaryContainer {
|
|
|
|
background: url(bg.jpg) center top no-repeat #033361;
|
|
|
|
background-size: cover;
|
|
|
|
background-attachment: fixed;
|
|
|
|
}
|
|
|
|
|
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(255, 255, 255, 0.1) !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.listItem:focus {
|
2020-01-19 15:00:37 +01:00
|
|
|
background: rgba(0, 0, 0, 0.3);
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2022-02-09 21:01:49 +01:00
|
|
|
.listItem:hover {
|
|
|
|
background: rgba(0, 0, 0, 0.15);
|
|
|
|
}
|
|
|
|
|
|
|
|
.actionSheetMenuItem:hover {
|
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2020-02-06 00:13:11 +09:00
|
|
|
.button-flat:hover {
|
|
|
|
color: #00a4dc;
|
|
|
|
}
|
|
|
|
|
2018-10-23 01:13:23 +03:00
|
|
|
.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
|
|
|
}
|
|
|
|
|
|
|
|
.emby-input,
|
|
|
|
.emby-textarea {
|
|
|
|
color: inherit;
|
2020-01-22 21:40:45 +01:00
|
|
|
background: rgba(0, 0, 0, 0.5);
|
2020-01-27 22:54:52 +09:00
|
|
|
border: 0.16em solid transparent;
|
2020-01-27 23:08:17 +09:00
|
|
|
border-radius: 0.2em;
|
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;
|
2020-01-19 15:00:37 +01:00
|
|
|
background: rgba(0, 0, 0, 0.5);
|
|
|
|
border: 0.07em solid transparent;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2020-01-19 15:04:19 +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:04:19 +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:04:19 +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:04:19 +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;
|
2019-05-16 18:23:46 -04:00
|
|
|
}
|
|
|
|
|
2020-01-19 15:04:19 +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,
|
2021-09-09 22:38:54 -04:00
|
|
|
.mediaSourceIndicator,
|
2018-10-23 01:13:23 +03:00
|
|
|
.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 15:00:37 +01:00
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
2019-01-12 16:11:45 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.drawer-open {
|
2020-01-19 14:49:56 +01:00
|
|
|
background-color: #011432;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.navMenuOption:hover {
|
2020-01-19 14:49:56 +01:00
|
|
|
background: rgba(221, 221, 221, 0.068);
|
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 {
|
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
|
|
|
.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 {
|
2019-01-06 20:45:38 -05:00
|
|
|
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 15:00:37 +01:00
|
|
|
background: rgba(0, 0, 0, 0.4) !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-22 21:40:45 +01:00
|
|
|
border-radius: 0.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
|
|
|
}
|
|
|
|
|
2020-07-12 06:09:57 +09:00
|
|
|
.buttonActive {
|
2020-07-13 01:21:46 +09:00
|
|
|
color: #00a4dc !important;
|
2020-06-18 01:19:59 +02:00
|
|
|
}
|
|
|
|
|
2020-06-21 17:04:08 +02:00
|
|
|
.cardBox:not(.visualCardBox) .cardPadder {
|
2020-05-02 19:40:04 +02:00
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
|
}
|
|
|
|
|
2022-02-12 23:44:50 +03:00
|
|
|
.cardPadder .cardImageIcon {
|
|
|
|
color: rgba(0, 0, 0, 0.5);
|
|
|
|
}
|
|
|
|
|
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-22 21:40:45 +01:00
|
|
|
box-shadow: inset 0 0 6px rgba(0, 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
|
|
|
}
|
|
|
|
|
2021-04-24 13:08:23 -04:00
|
|
|
.layout-desktop ::-webkit-scrollbar,
|
|
|
|
.layout-tv ::-webkit-scrollbar {
|
2021-04-24 13:16:24 -04:00
|
|
|
width: 1em;
|
|
|
|
height: 1em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb:horizontal,
|
|
|
|
::-webkit-scrollbar-thumb:vertical {
|
2020-01-04 11:02:46 +01:00
|
|
|
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:27:27 -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
|
|
|
}
|