e44a7e37b6
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f
24 lines
355 B
CSS
24 lines
355 B
CSS
.dojoxScrollWindow {
|
|
position:relative;
|
|
}
|
|
|
|
.dojoxScrollHelper .helperInner {
|
|
visibility: hidden;
|
|
}
|
|
|
|
.dojoxScrollHelper {
|
|
border:1px solid #b7b7b7;
|
|
width:4px;
|
|
background:#ededed;
|
|
height:4px;
|
|
position:absolute;
|
|
top:4px;
|
|
left:4px;
|
|
border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
}
|
|
|
|
.dojoxScrollWrapper {
|
|
width:100%;
|
|
}
|