Namespace DOM ids used in photo viewer (re: #7445)

This commit is contained in:
Quincy Morgan
2020-03-24 13:43:54 -07:00
parent 0931459dba
commit 7e1cf64d0e
3 changed files with 25 additions and 23 deletions
+2 -2
View File
@@ -280,14 +280,14 @@ label.streetside-hires {
/* Mapillary viewer */
#mly .domRenderer .TagSymbol {
#ideditor-mly .domRenderer .TagSymbol {
font-size: 10px;
background-color: rgba(0,0,0,0.4);
padding: 0 4px;
border-radius: 4px;
top: -25px;
}
#mly .domRenderer .Attribution {
#ideditor-mly .domRenderer .Attribution {
/* we will roll our own to avoid async update issues like #4526 */
display: none;
}