how to change all textboxes border color in a project using seperate CSS page
just this :
input[type=text] , textarea { border: 1px solid #36BEC4; outline: none; }
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.