cacert-testmgr/external/ZendFramework-1.9.5/externals/dojo/dojox/widget/Standby/Standby.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

17 lines
240 B
CSS
Executable file

.standbyUnderlayNode {
display: none;
opacity: 0;
z-index: 9999;
position: absolute;
cursor:wait;
}
.standbyImageNode {
opacity: 0;
display: none;
z-index: -10000;
position: absolute;
top: 0px;
left: 0px;
cursor:wait;
}