mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
26 lines
422 B
CSS
26 lines
422 B
CSS
![]() |
.ui-body-b h1, .ui-body-b h2 {
|
|||
|
color: #FF9100;
|
|||
|
}
|
|||
|
|
|||
|
.viewMenuBar, .barsMenuButton {
|
|||
|
color: #FF9100 !important;
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
.libraryViewNav .ui-btn-active {
|
|||
|
border-bottom-color: #FF9100 !important;
|
|||
|
color: #FF9100 !important;
|
|||
|
}
|
|||
|
|
|||
|
paper-button[raised].more {
|
|||
|
background: #FF9100;
|
|||
|
}
|
|||
|
|
|||
|
.channelTimeslotHeader, .timeslotHeader {
|
|||
|
background: #FF9100;
|
|||
|
}
|
|||
|
|
|||
|
.channelTimeslotHeader {
|
|||
|
border-right-color: #FF9100;
|
|||
|
}
|