openseadragondeltaemap
Version:
Draws overlay over a targetscan, and shows calibration info according to deltaE standards
32 lines (26 loc) • 465 B
CSS
html,
body,
#openseadragon {
width: 100%;
height: 100%;
margin: 0;
}
.openseadragon-canvas + div > div {
opacity: 1 ;
}
input[type="file"] {
position: absolute;
left: 5px; top: 40px;
background: #cccccced;
border-radius: 6px;
padding: 2px;
opacity: 0.01;
}
input[type="file"]:after {
content: 'choose validation json';
display: block;
padding: 0 2px;
}
input[type="file"]:hover {
opacity: 1;
}