mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 07:46:58 +02:00
Namespace DOM ids used in photo viewer (re: #7445)
This commit is contained in:
+2
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user