Change Search Field Border

Change Search Field Border

shane1800shane1800 Posts: 2Questions: 0Answers: 0
edited June 2012 in General
Hi,

My search field is clear as seen here making it hard to see.

http://shanestaats.com/hacker-password-list-2-million/

Does anybody know what css I can insert to change the border of this field to black? It's probably clear because of my sites template css. This is not my expertise :)

Thank you,
Shane

Replies

  • allanallan Posts: 63,368Questions: 1Answers: 10,449 Site admin
    Sure:

    [code]
    div.dataTables_filter input { border: 1px solid black; }
    [/code]

    Allan
  • shane1800shane1800 Posts: 2Questions: 0Answers: 0
    Thank you! Loving your work.
This discussion has been closed.