Accordion border

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
44MLB
 
 
Posts: 144
Joined: Sun May 27, 2018 11:55 am

Accordion border

Post by 44MLB »

On the accordion, is it possible to get rid of the glowing halo like border around the tile box when the widow it is open?

http://www.ramsgatelifeboat.org.uk/wysi ... rdion.html
User avatar
Pablo
 
Posts: 21582
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Accordion border

Post by Pablo »

I'm sorry, but I do not see a 'glowing halo like border'.
Where exactly do you see this?
User avatar
zinc
 
 
Posts: 2146
Joined: Sat Dec 08, 2007 3:06 pm
Location: London, United Kingdom
Contact:

Re: Accordion border

Post by zinc »

Pablo;
I believe her is referring to the colour of "Focus" when clicked.
Running WYSIWYG Web Builder since 2007...
44MLB
 
 
Posts: 144
Joined: Sun May 27, 2018 11:55 am

Re: Accordion border

Post by 44MLB »

Hi Pablo;

Now I have made it more obvious by changing the colours. It is the light blue border around the title box above the open tab/window but on my phone it seems to be orange. It looks like it is there to show the open window.
User avatar
Pablo
 
Posts: 21582
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Accordion border

Post by Pablo »

I do not see it on my computer, but it may the focus outline.

You can try this code between the head tags:

Code: Select all

<style>
*:focus {
    outline: none;
}
</style>
44MLB
 
 
Posts: 144
Joined: Sun May 27, 2018 11:55 am

Re: Accordion border

Post by 44MLB »

That did the trick! Excellent, now it will match my main menu.

Thanks to both of you for your help.
Post Reply