Page 1 of 1
any possible way to change cursor design in oxygen web author
Posted: Tue Jul 04, 2023 12:38 pm
by shikhar_472
Hi Team,
Is there any way to change the cursor in oxygen web author as this cursor seems very small our users are not able to easily recognize at what location cursor is present.
Thanks,
Shikhar.
Re: any possible way to change cursor design in oxygen web author
Posted: Tue Jul 04, 2023 3:53 pm
by mihaela
Hello,
From what we've observed so far, the problem is encountered in Firefox, which renders the caret thinner than other browsers.
We already have an issue registered for this in our internal issues tracking system and we have added your vote for it.
Meanwhile, you may opt to change the caret color by adding the below CSS to the application UI. See how to add an application CSS in this sample plugin [1].
Code: Select all
#editor-frame *[contenteditable="true"] {
caret-color: red;
}
.caret-placeholder {
background-color: red !important;
}
[1]
https://github.com/oxygenxml/web-author ... i-with-css
Best Regards,
Mihaela