9 .scrollable .viewport {
14 .scrollable .viewport .overview {
18 .scrollable .scroll-bar {
22 .scrollable .scroll-bar.vertical {
28 .scrollable .scroll-bar.horizontal {
33 .scrollable .scroll-bar .thumb {
37 .scrollable .scroll-bar.vertical .thumb {
42 .scrollable .scroll-bar.horizontal .thumb {
49 -webkit-touch-callout: none;
50 -webkit-user-select: none;
51 -khtml-user-select: none;
52 -moz-user-select: none;
53 -ms-user-select: none;
59 .scrollable.default-skin {
64 .scrollable.default-skin .scroll-bar.vertical {
68 .scrollable.default-skin .scroll-bar.horizontal {
72 .scrollable.default-skin .scroll-bar .thumb {
73 background-color: black;
76 -moz-border-radius: 4px;
77 -webkit-border-radius: 4px;
80 .scrollable.default-skin .scroll-bar:hover .thumb {
86 .scrollable.gray-skin {
90 .scrollable.gray-skin .scroll-bar {
91 border: 1px solid gray;
92 background-color: #d3d3d3;
95 .scrollable.gray-skin .scroll-bar .thumb {
96 background-color: gray;
99 .scrollable.gray-skin .scroll-bar:hover .thumb {
100 background-color: black;
103 .scrollable.gray-skin .scroll-bar.vertical {
107 .scrollable.gray-skin .scroll-bar.horizontal {
113 .scrollable.modern-skin {
117 .scrollable.modern-skin .scroll-bar {
118 border: 1px solid gray;
120 -moz-border-radius: 4px;
121 -webkit-border-radius: 4px;
122 -moz-box-shadow: inset 0 0 5px #888;
123 -webkit-box-shadow: inset 0 0 5px #888;
124 box-shadow: inset 0 0 5px #888;
127 .scrollable.modern-skin .scroll-bar .thumb {
128 background-color: #95aabf;
130 -moz-border-radius: 4px;
131 -webkit-border-radius: 4px;
132 border: 1px solid #536984;
135 .scrollable.modern-skin .scroll-bar.vertical .thumb {
137 background: -moz-linear-gradient(left, #95aabf 0%, #547092 100%);
138 background: -webkit-gradient(linear, left top, right top, color-stop(0%, #95aabf), color-stop(100%, #547092));
139 background: -webkit-linear-gradient(left, #95aabf 0%, #547092 100%);
140 background: -o-linear-gradient(left, #95aabf 0%, #547092 100%);
141 background: -ms-linear-gradient(left, #95aabf 0%, #547092 100%);
142 background: linear-gradient(to right, #95aabf 0%, #547092 100%);
143 -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=1 )";
146 .scrollable.modern-skin .scroll-bar.horizontal .thumb {
148 background-image: linear-gradient(#95aabf, #547092);
149 background-image: -o-linear-gradient(#95aabf, #547092);
150 background-image: -moz-linear-gradient(#95aabf, #547092);
151 background-image: -webkit-linear-gradient(#95aabf, #547092);
152 background-image: -ms-linear-gradient(#95aabf, #547092);
153 -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=0 )";
156 .scrollable.modern-skin .scroll-bar.vertical {
160 .scrollable.modern-skin .scroll-bar.horizontal {