updated: siebar displays note details on hover (via svg)

This commit is contained in:
Thomas Hervey
2018-06-29 14:43:01 -04:00
parent 0859d00195
commit 737ccfcfba
11 changed files with 571 additions and 33 deletions
+27
View File
@@ -118,10 +118,37 @@
pointer-events: none;
}
.layer-notes * {
pointer-events: visible;
cursor: pointer;
color: #eebb00;
}
/* TODO: possibly move this note detail .css to another file */
.comment-first {
background-color:#ddd;
border-radius: 5px;
padding: 5px;
margin: 5px auto;
}
.comment {
background-color:#fff;
border-radius: 5px;
padding: 5px;
margin: 5px auto;
}
.commentCreator {
color: #666;
}
.commentText {
margin: 20px auto;
}
/* Streetside Image Layer */
.layer-streetside-images {
pointer-events: none;