Files
ct-dtv-hx0100-002kwos/procentric/application/hoteltv.error.css
sysadmin ff2a3c305b issue #1
Add 1st PTC Hotel APP codes
2022-04-21 10:46:16 +09:00

16 lines
224 B
CSS
Executable File

/* ERROR WINDOW */
.error {
position: absolute;
top: 0px;
left: 0px;
width: 1920px;
height: 1080px;
z-index: 10;
display: none;
}
.error .bg {
width: 100%;
height: 100%;
}