cacert-testmgr/external/ZendFramework-1.9.5/externals/dojo/dojox/layout/resources/ScrollPane.css
Markus Warg 8398c9048d initially import ZendFramework-1.9.5 into repository
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
2010-03-31 10:12:32 +02:00

24 lines
358 B
CSS

.dojoxScrollWindow {
position:relative;
overflow:hidden;
}
.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 {
}