b9f3e3fa6a77c60448d971012b1a454cc0112f16
[philo.git] / philo / contrib / gilbert / static / gilbert / murano / sass / murano / components / _scroller.scss
1 .x-scroller{
2         border:none !important;
3         &::-webkit-scrollbar {
4                 width: 16px;
5                 height: 16px;
6                 &-track{
7                         background:transparent;
8                 }
9                 &-track-piece:start{
10                         margin-left:1px;
11                         margin-top:1px;
12                 }
13                 &-track-piece:end{
14                         margin-right:1px;
15                         margin-bottom:1px;
16                 }
17                 &-thumb{
18                         border:1px solid #000;
19                         @include background($gloss-gradient);
20                         background-color:#222;
21                         @include border-radius(8px);
22                         @include box-shadow(0 1px 0 0 wha(.35) inset, 0 -1px 0 0 #000 inset);
23                         &:hover{
24                                 background-color:#333;
25                         }
26                         &:active{
27                                 background-color:#444;
28                         }
29                 }
30         }
31 }