ImageGrid/legacy/ui (gen1)/markers.css
Alex A. Naanou 5f47d6da7b restructured the repo moving the legacy out of the way...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2020-08-28 17:32:02 +03:00

22 lines
287 B
CSS
Executable File

.h-marker {
position: absolute;
border-top: solid blue 1px;
height: 0px;
width: 100%;
top: 50%;
left: 0px;
display: none;
}
.v-marker {
position: absolute;
border-left: solid blue 1px;
height: 100%;
width: 0px;
top: 0px;
left: 50%;
display: none;
}