2021-03-10 19:28:51 +01:00

9 lines
117 B
Plaintext

// display cursor
.cursor-text {
cursor: text !important;
}
.cursor-pointer {
cursor: pointer !important;
}