Allow raw tag editor to have readonly tags

This commit is contained in:
Bryan Housel
2017-03-14 12:17:52 -04:00
parent 97f699d37d
commit 4d207471ff
3 changed files with 93 additions and 41 deletions
+9
View File
@@ -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;