Sunday, February 8, 2015

Magento change input text box border color

.input-text:focus {
border: 1px solid #000000;
outline-color: #000000;  /* this is the key line */
}

No comments: