8398c9048d
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
17 lines
240 B
CSS
Executable file
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;
|
|
}
|