mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-05 08:48:51 +01:00
145 lines
2.7 KiB
CSS
145 lines
2.7 KiB
CSS
/* Static left drawer */
|
|
.layout-desktop .mainDrawer {
|
|
/* Modified background color */
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
|
|
|
|
|
|
.innerCardFooterClear {
|
|
background-color: black !important;
|
|
}
|
|
|
|
|
|
|
|
/* Green watched indicator */
|
|
.playedIndicator {
|
|
background: #409843 !important;
|
|
}
|
|
|
|
|
|
|
|
|
|
.navMenuOption:hover:not(.navMenuOption-selected) {
|
|
background-color: rgba(44, 44, 44, 0.7);
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Custom button color */
|
|
.navMenuOption-selected {
|
|
background: rgba(33, 149, 243, 0.2) !important;
|
|
color: rgb(33, 149, 243) !important;
|
|
}
|
|
|
|
|
|
|
|
/* Transparent header bar */
|
|
.skinHeader {
|
|
background-color: transparent !important;
|
|
}
|
|
/* Rounded header buttons */
|
|
.headerTabs,
|
|
.headerRight {
|
|
background-color:rgba(35, 35, 35, 0.5) !important;
|
|
}
|
|
|
|
|
|
|
|
/* Red shutdown button */
|
|
#btnShutdown {
|
|
background: #AE3739 !important;
|
|
}
|
|
/* Removed ugliness of border-card styling */
|
|
.layout-desktop fieldset.verticalSection-extrabottompadding {
|
|
border-color: #3B3B3B !important;
|
|
}
|
|
|
|
|
|
|
|
.jstree-default .jstree-wholerow-clicked {
|
|
background: rgba(33, 149, 243, 0.2) !important;
|
|
}
|
|
.jstree-wholerow-hovered {
|
|
background: rgba(35, 35, 35, 0.5) !important;
|
|
}
|
|
#editItemMetadataPage .btnHeaderSave {
|
|
background: #00A4DC !important;
|
|
color: white !important;
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Transparent ribbon bar */
|
|
.detailRibbon {
|
|
background: transparent !important;
|
|
}
|
|
|
|
/* Add card around top-right buttons */
|
|
.layout-desktop .mainDetailButtons {
|
|
background: rgba(35, 35, 35, 0.5) !important;
|
|
}
|
|
.layout-mobile .mainDetailButtons {
|
|
background: #181818 !important;
|
|
}
|
|
|
|
/* Add card around groups section */
|
|
.layout-desktop .detailsGroupItem {
|
|
background: rgba(35, 35, 35, 0.5) !important;
|
|
}
|
|
|
|
|
|
/* Alternative mobile group section card */
|
|
.layout-mobile .itemDetailsGroup {
|
|
background: #181818 !important;
|
|
}
|
|
|
|
/* Add card around description */
|
|
.layout-desktop .detailSectionContent {
|
|
background: rgba(35, 35, 35, 0.5) !important;
|
|
}
|
|
.layout-mobile .detailSectionContent {
|
|
background: #181818 !important;
|
|
}
|
|
|
|
/* Add card around track selection */
|
|
.layout-desktop .trackSelections {
|
|
background: rgba(35, 35, 35, 0.5) !important;
|
|
}
|
|
.layout-mobile .trackSelections {
|
|
background: #181818 !important;
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Live TV */
|
|
/* Modified background color of active guide cells */
|
|
.programCell-active {
|
|
background: #181818 !important;
|
|
}
|
|
/* Translucent buttons */
|
|
.raised.emby-button:not(.button-submit) {
|
|
background: rgba(35, 35, 35, 0.5) !important;
|
|
}
|
|
.recordingIcon {
|
|
color: red !important;
|
|
}
|
|
|
|
|
|
|
|
/* Player modifications */
|
|
.upNextContainer {
|
|
background-color: rgba(0, 0, 0, 0.7) !important;
|
|
}
|
|
.toastVisible {
|
|
background-color: rgba(35, 35, 35, 0.5) !important;
|
|
}
|
|
.sliderBubble {
|
|
background-color: rgba(0,0,0,0.5) !important;
|
|
}
|
|
|