I\'m trying to do something pretty simply; change the border colour of an input. In both IE11 and latest stable Chrome, changing the color also changes how it looks (appears
add class to the input : html :
css:
.border { border: 1px solid #ffffd; /*you can write your hex code for color replacing #ffffd*/}