mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #3317 from SenorSmartyPants/LiveGuideScrollbar
Make Live TV Guide scrollbar visible.
This commit is contained in:
commit
126bcbdefc
1 changed files with 26 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
* {
|
||||||
|
scrollbar-width: thin;
|
||||||
|
}
|
||||||
|
|
||||||
.skinHeader,
|
.skinHeader,
|
||||||
html {
|
html {
|
||||||
color: #222;
|
color: #222;
|
||||||
|
@ -465,6 +469,28 @@ html {
|
||||||
border-color: #00a4dc !important;
|
border-color: #00a4dc !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar-track {
|
||||||
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
||||||
|
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
||||||
|
}
|
||||||
|
|
||||||
|
.layout-desktop ::-webkit-scrollbar,
|
||||||
|
.layout-tv ::-webkit-scrollbar {
|
||||||
|
width: 0.4em;
|
||||||
|
height: 0.4em;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar-thumb:horizontal,
|
||||||
|
::-webkit-scrollbar-thumb:vertical {
|
||||||
|
border-radius: 2px;
|
||||||
|
-webkit-border-radius: 2px;
|
||||||
|
background: center no-repeat #999;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeslotHeaders-desktop::-webkit-scrollbar {
|
||||||
|
height: 0.7em;
|
||||||
|
}
|
||||||
|
|
||||||
.metadataSidebarIcon {
|
.metadataSidebarIcon {
|
||||||
color: #00a4dc;
|
color: #00a4dc;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue