1 |
efrain |
1 |
.yui3-skin-night .yui3-scrollview-scrollbar {
|
|
|
2 |
-webkit-transform: translate3d(0, 0, 0);
|
|
|
3 |
-moz-transform: translate(0, 0);
|
|
|
4 |
}
|
|
|
5 |
|
|
|
6 |
.yui3-skin-night .yui3-scrollview-scrollbar .yui3-scrollview-first,
|
|
|
7 |
.yui3-skin-night .yui3-scrollview-scrollbar .yui3-scrollview-middle,
|
|
|
8 |
.yui3-skin-night .yui3-scrollview-scrollbar .yui3-scrollview-last {
|
|
|
9 |
border-radius:3px;
|
|
|
10 |
-webkit-border-radius: 3px;
|
|
|
11 |
-moz-border-radius: 3px;
|
|
|
12 |
background-color:#808080;
|
|
|
13 |
opacity:0.3;
|
|
|
14 |
filter:alpha(opacity=30); /*IE*/
|
|
|
15 |
|
|
|
16 |
|
|
|
17 |
/* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAABCAYAAAD9yd/wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABJJREFUeNpiZGBgSGPAAgACDAAIkABoFyloZQAAAABJRU5ErkJggg==);
|
|
|
18 |
*/
|
|
|
19 |
}
|
|
|
20 |
|
|
|
21 |
.yui3-skin-night .yui3-scrollview-scrollbar .yui3-scrollview-first,
|
|
|
22 |
.yui3-skin-night .yui3-scrollview-scrollbar .yui3-scrollview-last {
|
|
|
23 |
border-bottom-right-radius:0;
|
|
|
24 |
border-bottom-left-radius:0;
|
|
|
25 |
|
|
|
26 |
-webkit-border-bottom-right-radius:0;
|
|
|
27 |
-webkit-border-bottom-left-radius:0;
|
|
|
28 |
|
|
|
29 |
-moz-border-radius-bottomright:0;
|
|
|
30 |
-moz-border-radius-bottomleft:0;
|
|
|
31 |
}
|
|
|
32 |
.yui3-skin-night .yui3-scrollview-scrollbar .yui3-scrollview-last {
|
|
|
33 |
|
|
|
34 |
border-radius:0;
|
|
|
35 |
border-bottom-right-radius:3px;
|
|
|
36 |
border-bottom-left-radius:3px;
|
|
|
37 |
|
|
|
38 |
-webkit-border-radius:0;
|
|
|
39 |
-webkit-border-bottom-right-radius:3px;
|
|
|
40 |
-webkit-border-bottom-left-radius:3px;
|
|
|
41 |
-webkit-transform: translate3d(0, 0, 0);
|
|
|
42 |
|
|
|
43 |
-moz-border-radius:0;
|
|
|
44 |
-moz-border-radius-bottomright:3px;
|
|
|
45 |
-moz-border-radius-bottomleft:3px;
|
|
|
46 |
-moz-transform: translate(0, 0);
|
|
|
47 |
}
|
|
|
48 |
|
|
|
49 |
.yui3-skin-night .yui3-scrollview-scrollbar .yui3-scrollview-middle {
|
|
|
50 |
border-radius:0;
|
|
|
51 |
-webkit-border-radius: 0;
|
|
|
52 |
-moz-border-radius: 0;
|
|
|
53 |
|
|
|
54 |
-webkit-transform: translate3d(0,0,0) scaleY(1);
|
|
|
55 |
-webkit-transform-origin: 0 0;
|
|
|
56 |
|
|
|
57 |
-moz-transform: translate(0,0) scaleY(1);
|
|
|
58 |
-moz-transform-origin: 0 0;
|
|
|
59 |
}
|
|
|
60 |
|
|
|
61 |
.yui3-skin-night .yui3-scrollview-scrollbar-horiz .yui3-scrollview-first,
|
|
|
62 |
.yui3-skin-night .yui3-scrollview-scrollbar-horiz .yui3-scrollview-last {
|
|
|
63 |
border-top-right-radius: 0;
|
|
|
64 |
border-bottom-left-radius: 3px;
|
|
|
65 |
|
|
|
66 |
-webkit-border-top-right-radius: 0;
|
|
|
67 |
-webkit-border-bottom-left-radius: 3px;
|
|
|
68 |
|
|
|
69 |
-moz-border-radius-topright: 0;
|
|
|
70 |
-moz-border-radius-bottomleft: 3px;
|
|
|
71 |
}
|
|
|
72 |
|
|
|
73 |
.yui3-skin-night .yui3-scrollview-scrollbar-horiz .yui3-scrollview-last {
|
|
|
74 |
border-bottom-left-radius: 0;
|
|
|
75 |
border-top-right-radius: 3px;
|
|
|
76 |
|
|
|
77 |
-webkit-border-bottom-left-radius: 0;
|
|
|
78 |
-webkit-border-top-right-radius: 3px;
|
|
|
79 |
|
|
|
80 |
-moz-border-radius-bottomleft: 0;
|
|
|
81 |
-moz-border-radius-topright: 3px;
|
|
|
82 |
}
|
|
|
83 |
|
|
|
84 |
.yui3-skin-night .yui3-scrollview-scrollbar-horiz .yui3-scrollview-middle {
|
|
|
85 |
-webkit-transform: translate3d(0,0,0) scaleX(1);
|
|
|
86 |
-webkit-transform-origin: 0 0;
|
|
|
87 |
|
|
|
88 |
-moz-transform: translate(0,0) scaleX(1);
|
|
|
89 |
-moz-transform-origin: 0 0;
|
|
|
90 |
}
|
|
|
91 |
|
|
|
92 |
.yui3-skin-night .yui3-scrollview-scrollbar-vert-basic .yui3-scrollview-child,
|
|
|
93 |
.yui3-skin-night .yui3-scrollview-scrollbar-horiz-basic .yui3-scrollview-child {
|
|
|
94 |
background-color: #aaa;
|
|
|
95 |
background-image: none;
|
|
|
96 |
}
|