Commit dda68c9ac0af83582e213eec812761bfc1f6387a
style scrollbars
mix irving committed on 2/12/2018, 4:48:13 AMParent: e7cb9fed92d71db542d760efdf0e11216374124f
Files changed
styles/scrollbar.mcss | added |
styles/scrollbar.mcss | ||
---|---|---|
@@ -1,0 +1,15 @@ | ||
1 | +::-webkit-scrollbar { | |
2 | + width: 8px | |
3 | +} | |
4 | + | |
5 | +::-webkit-scrollbar-track { | |
6 | + background-color: #fff | |
7 | +} | |
8 | + | |
9 | +::-webkit-scrollbar-thumb { | |
10 | + border-radius: 8px | |
11 | + background-color: rgba(0,0,0,0.15) | |
12 | +} | |
13 | + | |
14 | +/* reference: https://css-tricks.com/custom-scrollbars-in-webkit/ */ | |
15 | + |
Built with git-ssb-web