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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.