This commit is contained in:
Laurent Destailleur 2022-07-07 11:41:15 +02:00
parent 2e66d3fe8d
commit c285c31baa
2 changed files with 6 additions and 0 deletions

View File

@ -871,6 +871,9 @@ textarea.centpercent {
.cursorpointer { .cursorpointer {
cursor: pointer; cursor: pointer;
} }
.classfortooltiponclick .fa-question-circle {
cursor: pointer;
}
.cursormove { .cursormove {
cursor: move; cursor: move;
} }

View File

@ -1020,6 +1020,9 @@ textarea.centpercent {
.cursorpointer { .cursorpointer {
cursor: pointer; cursor: pointer;
} }
.classfortooltiponclick .fa-question-circle {
cursor: pointer;
}
.cursormove { .cursormove {
cursor: move; cursor: move;
} }