You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cacert-testmgr/external/ZendFramework-1.9.5/externals/dojo/dojox/widget/Standby/Standby.css

18 lines
240 B
CSS

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