12 lines
247 B
SCSS
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;
|
|
}
|