Change cursor?

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!

Change cursor?

Post by kr4nk »

Is there any way to change the cursor but only while browsing on my board?

Re: Change cursor?

Post 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?

Post by kr4nk »

"crosshair"

It looks like this +

Re: Change cursor?

Post 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.