Add ability to select custom data

This commit is contained in:
Bryan Housel
2018-08-25 11:14:04 -04:00
parent 0a82ab125e
commit cc938698e8
12 changed files with 158 additions and 69 deletions
+1
View File
@@ -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
View File
@@ -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,