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 @@
+