5 lines
60 B
CSS
5 lines
60 B
CSS
|
.disabled {
|
||
|
pointer-events: none;
|
||
|
font-style : oblique;
|
||
|
}
|