2022-03-25 15:39:39 +01:00
|
|
|
* {
|
|
|
|
font-family: Arial,Helvetica,sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ccp-invisible{
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ccp-help-icon {
|
|
|
|
background-color: #ccffff;
|
|
|
|
border: solid 1px #0099cc;
|
|
|
|
padding: 2px 5px;
|
|
|
|
border-radius: 50%;
|
|
|
|
color: #0099cc;
|
|
|
|
font-size: .6rem;
|
|
|
|
font-weight: bold;
|
|
|
|
vertical-align: super;
|
2022-03-28 17:54:21 +02:00
|
|
|
}
|
|
|
|
|
2022-03-29 16:11:12 +02:00
|
|
|
.ccp-input-widget *:required:before {
|
|
|
|
color: red;
|
|
|
|
content: "*";
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ccp-input-widget *:invalid:after{
|
2022-03-28 17:54:21 +02:00
|
|
|
color: red;
|
|
|
|
content: "!";
|
2022-03-29 16:11:12 +02:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.ccp-execution-form form:invalid button{
|
|
|
|
opacity: 0.3;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|