mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 16:49:40 +02:00
Add ability to select custom data
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
}
|
||||
.mode-browse .layer-notes .note .note-fill,
|
||||
.mode-select .layer-notes .note .note-fill,
|
||||
.mode-select-data .layer-notes .note .note-fill,
|
||||
.mode-select-note .layer-notes .note .note-fill {
|
||||
pointer-events: visible;
|
||||
cursor: pointer; /* Opera */
|
||||
|
||||
+3
-2
@@ -2594,6 +2594,7 @@ input.key-trap {
|
||||
.data-editor.raw-tag-editor button {
|
||||
display: none;
|
||||
}
|
||||
.data-editor.raw-tag-editor .tag-row .key-wrap,
|
||||
.data-editor.raw-tag-editor .tag-row .input-wrap-position {
|
||||
width: 50%;
|
||||
}
|
||||
@@ -4060,7 +4061,7 @@ svg.mouseclick use.right {
|
||||
/* Settings Modals
|
||||
------------------------------------------------------- */
|
||||
.settings-modal textarea {
|
||||
height: 60px;
|
||||
height: 70px;
|
||||
}
|
||||
.settings-modal .buttons .button.col3 {
|
||||
float: none; /* undo float left */
|
||||
@@ -4071,7 +4072,7 @@ svg.mouseclick use.right {
|
||||
}
|
||||
|
||||
|
||||
.settings-custom-data .instructions-file {
|
||||
.settings-custom-data .instructions-url {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.settings-custom-data .field-file,
|
||||
|
||||
Reference in New Issue
Block a user