Focus indicator for Player buttons?

Question: Is there a way to have the Focus Indicator also display around the Player buttons when the user tabs to them?

image
ActivePresenter version: 8.3.2

OS: Win 10

Notes:

Hi Keith,

The focus indicator for player buttons is already enabled but it is not quite clear.
You can change this by opening the file at C:\Program Files\ATOMI\ActivePresenter\templates\html5\css\rlplayer.css with a plain text editor (like Notepad), then search for the following lines:

.ap-button:focus {
	outline: #808080 dotted 1px;
}

and change to your desired effect, for example:

.ap-button:focus {
	outline: red dotted 2px;
}

Finally, save the file and export your projects again.

Regards,

1 Like

Hi Phuong,

I had to boost it to 4px so that it was more visible, but it works great.

Capture

Thanks!
Keith

1 Like