Change cursor?

Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
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.
Else your topic may be ignored or locked!
Locked
kr4nk
BBCoder II
BBCoder II
Posts: 5
Joined: 04 Aug 2010, 18:20
Contact:

Change cursor?

Post by kr4nk »

Is there any way to change the cursor but only while browsing on my board?
KukY13
BBCoder III
BBCoder III
Posts: 96
Joined: 26 Jun 2010, 16:23
Contact:

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?
Image
kr4nk
BBCoder II
BBCoder II
Posts: 5
Joined: 04 Aug 2010, 18:20
Contact:

Re: Change cursor?

Post by kr4nk »

"crosshair"

It looks like this +
KukY13
BBCoder III
BBCoder III
Posts: 96
Joined: 26 Jun 2010, 16:23
Contact:

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.
Image
Locked