40 lines
789 B
CSS
40 lines
789 B
CSS
/*
|
|
@config : next999.json
|
|
@filename : ${psFileBasename}
|
|
@title : 1.基本スタイル
|
|
@name : 1.基本スタイル
|
|
@siteIds : 310514
|
|
@siteTitles : イオン多摩平シフト希望
|
|
@disabled: false
|
|
*/
|
|
|
|
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.ui-multiselect,
|
|
.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;
|
|
} |