source:
Dev/trunk/src/client/dojox/layout/resources/ScrollPane.css
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 358 bytes |
Rev | Line | |
---|---|---|
[483] | 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.