mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
First pass at "Add to Relation" (#1539)
This commit is contained in:
+18
@@ -1043,6 +1043,7 @@ a:hover .icon.out-link { background-position: -500px -14px;}
|
||||
.inspector-hover .toggle-list button::before,
|
||||
.inspector-hover .toggle-list button:not(.active),
|
||||
.inspector-hover .inspector-inner .add-tag,
|
||||
.inspector-hover .inspector-inner .add-relation,
|
||||
.inspector-hover .toggle-list button.remove .icon {
|
||||
height: 0;
|
||||
width: 0;
|
||||
@@ -1730,6 +1731,23 @@ img.wiki-image {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.member-row-new .member-entity-input {
|
||||
border-radius: 4px 4px 0 0;
|
||||
border: 1px solid #cfcfcf;
|
||||
}
|
||||
|
||||
.add-relation {
|
||||
width: 40%;
|
||||
height: 30px;
|
||||
background: rgba(0,0,0,.5);
|
||||
border-radius: 4px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.add-relation:hover {
|
||||
background: rgba(0,0,0,.8);
|
||||
}
|
||||
|
||||
/* Map Controls */
|
||||
|
||||
.map-controls {
|
||||
|
||||
Reference in New Issue
Block a user