Browse Source

scrollbar adjustment

pull/1/head
GilbN 6 years ago
parent
commit
64f81a30be
  1. 7
      CSS/themes/orgarr-ALPHA.css

7
CSS/themes/orgarr-ALPHA.css

@ -44,17 +44,18 @@ body {
} }
/* scroller */ /* scroller */
::-webkit-scrollbar-corner { ::-webkit-scrollbar-corner {
background-color: #333333; background-color: rgba(0, 0, 0, .25);
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 10px; width: 10px;
height: 10px; height: 10px;
background-color: #333333; background: hsla(0,0%,100%,.08);
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px; -webkit-border-radius: 2px;
border-radius: 2px; border-radius: 2px;
background: #555555; background-color: rgba(0, 0, 0, .25);
} }
/* navbar and searchbar */ /* navbar and searchbar */

Loading…
Cancel
Save