mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 08:39:56 +02:00
Allow raw tag editor to have readonly tags
This commit is contained in:
@@ -1601,6 +1601,15 @@ div.combobox {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.tag-row.readonly,
|
||||
.tag-row.readonly input.key,
|
||||
.tag-row.readonly input.value,
|
||||
.tag-row.readonly button.remove {
|
||||
color: #777777;
|
||||
background-color: #eee;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.tag-row input {
|
||||
height: 31px;
|
||||
border: 0;
|
||||
|
||||
Reference in New Issue
Block a user