source: Dev/trunk/src/client/dojox/layout/resources/ScrollPane.css @ 535

Last change on this file since 535 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 358 bytes
Line 
1.dojoxScrollWindow {
2        position:relative;
3        overflow:hidden;
4}
5
6.dojoxScrollHelper .helperInner {
7        visibility: hidden;
8}
9
10.dojoxScrollHelper {
11        border:1px solid #b7b7b7;
12        width:4px;
13        background:#ededed;
14        height:4px;
15        position:absolute;
16        top:4px;
17        left:4px;
18        border-radius: 3px;
19        -moz-border-radius: 3px;
20        -webkit-border-radius: 3px;
21}
22
23.dojoxScrollWrapper {
24}
Note: See TracBrowser for help on using the repository browser.