I am trying to do 2 things
1) remove the border between section (currently grey area)
2) remove area around the cursor ( you should only see '<' or '>' not dark area around it
here is my current code
I am trying to do 2 things
1) remove the border between section (currently grey area)
2) remove area around the cursor ( you should only see '<' or '>' not dark area around it
here is my current code
Add following to your css:
The first overwrites the border definitions and the second sets the background color of the toggle to transparent.
Also see the updated jsfiddle.
=== UPDATE ===
An alternative is setting them by jquery:
Also see the next jsfiddle.
Or shorter:
Also see the next jsfiddle.
=== UPDATE ===
Do you mean this?
Also see the next jsfiddle.
Or with css
Also see the next jsfiddle.