mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
updated: siebar displays note details on hover (via svg)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user