sonarr: scroller

This commit is contained in:
gilbN 2019-07-05 22:06:45 +02:00
parent 7173d9fcfb
commit 110f541ba7

View File

@ -71,12 +71,11 @@ body {
width: 10px;
height: 10px;
background: rgba(0, 0, 0, .25);
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px;
border-radius: 2px;
background-color: hsla(0,0%,100%,.08);
background-color: rgba(255, 255, 255, 0.25) !important;
}
/* navbar and searchbar */