Files
ezbookkeeping/src/styles/desktop/global.scss
T
2023-06-23 14:51:07 +08:00

12 lines
247 B
SCSS

.disabled {
opacity: 0.55 !important;
pointer-events: none !important;
-webkit-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
.readonly {
pointer-events: none !important;
}