Highlight the changeset editor when the comment is empty

(closes #4613)
This commit is contained in:
Nicolas Decoster
2017-12-20 18:20:12 +01:00
parent 8720f7e6d7
commit 4b98bafec2
+22
View File
@@ -1834,6 +1834,28 @@ input[type=number] {
text-align: center;
}
/* Changeset editor while comment text is empty */
.form-field-comment:not(.present) #preset-input-comment {
border-color: rgb(230, 100, 100);
}
.form-field-comment:not(.present) .form-label {
border-color: rgb(230, 100, 100);
background: rgba(230, 100, 100, 0.2);
}
.form-field-comment:not(.present) .form-label {
}
.form-field-comment:not(.present) .form-label-button-wrap {
border-color: rgb(230, 100, 100);
}
.form-field-comment:not(.present) button {
border-color: rgb(230, 100, 100);
}
/* combobox dropdown */
div.combobox {