lidarr: scroller color

This commit is contained in:
gilbN 2019-07-06 01:14:28 +02:00
parent e1c395d0d5
commit 092b97c6b1

View File

@ -21,7 +21,27 @@ body {
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
}
/* scroller */
::-webkit-scrollbar-corner {
background-color: hsla(0,0%,100%,.08);
}
::-webkit-scrollbar {
width: 10px;
height: 10px;
background: rgba(0, 0, 0, .25);
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0.25) !important;
}
/* MINI RIGHT SCROLL BAR */
.OverlayScroller-thumb-1Lhfi {
background-color: hsla(0,0%,100%,.25) !important;
}
.OverlayScroller-thumb-1Lhfi:hover {
background-color: rgba(255, 255, 255, 0.45) !important;
}
/* LINKS */
.Link-to-6fmSq {
color: #FFF;
@ -178,10 +198,6 @@ body {
.PageJumpBar-jumpBar-3owcF {
color: #FFF;
}
/* MINI RIGHT SCROLL BAR */
.OverlayScroller-thumb-1Lhfi {
background-color: hsla(0,0%,100%,.08) !important;
}
/* ADD NEW */