mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
Highlight the changeset editor when the comment is empty
(closes #4613)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user