]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/assets/iD/iD.css.erb
Convert issue search tests to system tests
[rails.git] / vendor / assets / iD / iD.css.erb
index 9ce30a05b387a816f5155137f108f41e14ad1814..7473e0eb783e9756450e32d5b5a4a13ccab45c71 100644 (file)
@@ -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;
 }