Browse Source

sonarr: scroller

pull/15/head
gilbN 5 years ago
parent
commit
110f541ba7
  1. 3
      CSS/themes/sonarr/sonarr-base.css

3
CSS/themes/sonarr/sonarr-base.css

@ -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 */

Loading…
Cancel
Save