X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/aa1fb6dbb8c2e71b8ce8c231ae1272a2dfebd75a..9590d60f731e8124173e4379608f31e2e8db8cc2:/vendor/assets/iD/iD.css.erb diff --git a/vendor/assets/iD/iD.css.erb b/vendor/assets/iD/iD.css.erb index 9ce30a05b..7473e0eb7 100644 --- a/vendor/assets/iD/iD.css.erb +++ b/vendor/assets/iD/iD.css.erb @@ -1969,25 +1969,35 @@ path.fill.tag-amenity-shelter { overflow: hidden; } +.photo-wrapper .photo-attribution { + width: 100%; + font-size: 10px; + text-align: right; + position: absolute; + bottom: 0; + right: 0; + padding: 4px 2px; + z-index: 10; +} + +.photo-attribution a, +.photo-attribution a:visited, +.photo-attribution span { + padding: 4px 2px; + color: #fff; +} + /* markers and sequences */ .viewfield-group { pointer-events: visible; cursor: pointer; } -.viewfield-group * { - z-index: 50; -} .viewfield-group.selected * { fill: #ffee00 !important; - z-index: 60; } .viewfield-group.hovered * { fill: #eebb00 !important; - z-index: 70; -} -.viewfield-group.highlighted * { - z-index: 60; } .viewfield-group circle { @@ -2107,11 +2117,18 @@ path.fill.tag-amenity-shelter { top: -25px; } #mly .domRenderer .Attribution { - width: 100%; - font-size: 10px; - text-align: right; + /* we will roll our own to avoid async update issues like #4526 */ + display: none; } +.mly-wrapper .photo-attribution a:active, +.mly-wrapper .photo-attribution a:hover { + color: #35af6d; +} + +.mly-wrapper .mapillary-js-dom { + z-index: 9; +} /* OpenStreetCam viewer */ .osc-wrapper { @@ -2122,25 +2139,8 @@ path.fill.tag-amenity-shelter { background-repeat: no-repeat; } -.osc-wrapper .osc-attribution { - width: 100%; - font-size: 10px; - text-align: right; - position: absolute; - bottom: 0; - right: 0; - padding: 4px 2px; - z-index: 10; -} - -.osc-attribution a, -.osc-attribution a:visited, -.osc-attribution span { - padding: 4px 2px; - color: #fff; -} -.osc-attribution a:active, -.osc-attribution a:hover { +.osc-wrapper .photo-attribution a:active, +.osc-wrapper .photo-attribution a:hover { color: #77ddff; }