The problem is that it will change all textbox sizes on the website cause it uses the same css property, so the textboxes of the login also increase in size at (index.php?route=account/login)
How can i make it so that only the product page textboxes increase
Code: Select all
input[type="text"], input[type="password"], textarea {
background: #F8F8F8;
border: 1px solid #CCC;
padding: 3px;
margin-left: 0px;
margin-right: 0px;
width: 279px; <= "Added by me "