Hello,
I added two X buttons on my home page tarekrabaa.com
However, when opening the page using Firefox i am having a red border around the button after clicking it then mouse away.
The screenshot shows this issue.
The button color was red and i changed it to white.
I used this code in the general CSS customization: .my2:focus {
outline: transparent;
}
.my:focus {
outline: transparent;
}
The Red disappear but i am not able to reduce the white border-width.
Many Regards,
Tarek