Change Search Field Border
Change Search Field Border
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
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
This discussion has been closed.
Replies
[code]
div.dataTables_filter input { border: 1px solid black; }
[/code]
Allan