From 1cb9cc8ff1378171280f07f8143145d78e61dab4 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 2 Dec 2019 10:03:42 +0100 Subject: Auto marking of required form fields --- src/main/resources/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/main/resources') diff --git a/src/main/resources/css/style.css b/src/main/resources/css/style.css index dbc65278..4adc61c0 100644 --- a/src/main/resources/css/style.css +++ b/src/main/resources/css/style.css @@ -104,6 +104,11 @@ trix-toolbar .trix-button-group { min-width: 200px; } +label.required-label::after { + content: " *"; + color: #dc3545; +} + .kv-spinner-btn-none .input-group-btn-vertical { display: none; } -- cgit