aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dojox/layout/resources/ScrollPane.css.commented.css
blob: c5d691403a0b0af04148f23bb39f86944ab0250a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.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%; 
}