30 lines
572 B
CSS
30 lines
572 B
CSS
label.error {
|
|
pointer-events: none;
|
|
z-index: 100;
|
|
}
|
|
|
|
.code-readonly {
|
|
pointer-events: none;
|
|
background-color: lightgrey;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.code-readonly2,
|
|
.code-readonly2+button,
|
|
.code-readonly2+div.ui-icon {
|
|
pointer-events: none;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.code-readonly2 select,
|
|
.code-readonly2 input,
|
|
.code-readonly2 button,
|
|
.code-readonly2 .control-markup,
|
|
span[data-readonly="1"] {
|
|
border: dashed 1px black !important;
|
|
}
|
|
|
|
select[data-validate-required="1"],
|
|
input[data-validate-required="1"] {
|
|
border: dashed 1px red !important;
|
|
} |