cacert-testmgr/external/ZendFramework-1.9.5/externals/dojo/dojox/widget/Standby/Standby.css

18 lines
240 B
CSS
Raw Normal View History

.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;
}