From 4b98bafec2e93c748a0c62069faa1ce6ff57ce44 Mon Sep 17 00:00:00 2001 From: Nicolas Decoster Date: Wed, 20 Dec 2017 18:20:12 +0100 Subject: [PATCH] Highlight the changeset editor when the comment is empty (closes #4613) --- css/80_app.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/css/80_app.css b/css/80_app.css index 83205fb0b..141b84e39 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -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 {