Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 1 | // Inside |
2 | .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y { | ||||
3 | .bg_b; | ||||
4 | .border-radius(0px); | ||||
5 | opacity: 1; | ||||
6 | width: 6px; | ||||
7 | margin: 0 2px; | ||||
8 | } | ||||
9 | // Outside | ||||
10 | .ps-container > .ps-scrollbar-y-rail{ | ||||
11 | .border-radius(0px); | ||||
12 | width: 10px ; | ||||
13 | background-color: rgba(255,255,255,0.5); | ||||
14 | z-index: 1000; | ||||
15 | } |