From 72fbe86acaa1c817edf204d1357b99cdf8bec9b4 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Mon, 28 Mar 2022 17:54:21 +0200 Subject: [PATCH] validation styles --- ccp/css/common.css | 5 +++++ ccp/executionformfragment.html | 3 +++ 2 files changed, 8 insertions(+) diff --git a/ccp/css/common.css b/ccp/css/common.css index aa08480..2d23678 100644 --- a/ccp/css/common.css +++ b/ccp/css/common.css @@ -15,4 +15,9 @@ font-size: .6rem; font-weight: bold; vertical-align: super; +} + +ccp-input-widget *:invalid::after{ + color: red; + content: "!"; } \ No newline at end of file diff --git a/ccp/executionformfragment.html b/ccp/executionformfragment.html index 4bc7c5a..a6a4708 100644 --- a/ccp/executionformfragment.html +++ b/ccp/executionformfragment.html @@ -1,6 +1,9 @@
+