Browse Source

adjusted scroller

pull/4/head
GilbN 6 years ago
committed by GitHub
parent
commit
7f78f0f2e3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      CSS/themes/orgarr.css

6
CSS/themes/orgarr.css

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

Loading…
Cancel
Save