Page 1 of 1

Change cursor?

Posted: 04 Aug 2010, 18:25
by kr4nk
Is there any way to change the cursor but only while browsing on my board?

Re: Change cursor?

Posted: 04 Aug 2010, 18:56
by KukY13
kr4nk » 04 Aug 2010, 18:25 wrote:Is there any way to change the cursor but only while browsing on my board?
Yes. To what cursor?

Re: Change cursor?

Posted: 04 Aug 2010, 19:00
by kr4nk
"crosshair"

It looks like this +

Re: Change cursor?

Posted: 05 Aug 2010, 10:30
by KukY13
kr4nk » 04 Aug 2010, 19:00 wrote:"crosshair"

It looks like this +
This one?
Image

Here:
Open common.css:
Find:

Code: Select all

html {
Add after:

Code: Select all

cursor:crosshair;
Refresh styles, and the changes should be visible.