ken_nogi/pleasanter/develop/#助っ人クラウド連携/読みより専用css.css
Kenichiro NOGI 4f9593b26f 2025-12-13
2025-12-13 18:12:03 +09:00

12 lines
199 B
CSS

/*
すべてのテキスト項目、ドロップダウン項目を入力不可にする?
*/
.field-normal {
pointer-events: none;
}
.ui-icon.ui-icon-clock.current-time {
display: none;
}