Project

General

Profile

Statistics
| Revision:

root / trunk / web / dojo / dojox / layout / resources / ScrollPane.css @ 12

History | View | Annotate | Download (355 Bytes)

1 9 andrej.cim
.dojoxScrollWindow {
2
        position:relative;
3
        overflow:hidden;
4
}
5
.dojoxScrollHelper .helperInner {
6
        visibility: hidden;
7
}
8
.dojoxScrollHelper {
9
        border:1px solid #b7b7b7;
10
        width:4px;
11
        background:#ededed;
12
        height:4px;
13
        position:absolute;
14
        top:4px;
15
        left:4px;
16
        border-radius: 3px;
17
        -moz-border-radius: 3px;
18
        -webkit-border-radius: 3px;
19
}
20
.dojoxScrollWrapper {
21
}