add cur-xx style class
This commit is contained in:
@@ -199,3 +199,15 @@ textarea {
|
|||||||
.ir-smooth {
|
.ir-smooth {
|
||||||
image-rendering: smooth;
|
image-rendering: smooth;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cur-default {
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cur-pointer {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cur-text {
|
||||||
|
cursor: text;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user