Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
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.