any possible way to change cursor design in oxygen web author

Having trouble deploying Oxygen XML Web Author? Got a bug to report? Post it all here.
shikhar_472
Posts: 99
Joined: Fri Jul 01, 2022 12:08 pm

any possible way to change cursor design in oxygen web author

Post 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.
mihaela
Posts: 490
Joined: Wed May 20, 2009 2:40 pm

Re: any possible way to change cursor design in oxygen web author

Post 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
Mihaela Calotescu
http://www.oxygenxml.com
Post Reply