ken_nogi/pleasanter/develop2/図確回覧板システム/css/読取り専用.css
Kenichiro NOGI 88a402ce0f up
2026-07-10 18:13:30 +09:00

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;
}