How can I style the input box (input type="text") and not affect other input types like radio box, checkbox, button.
I tried this css:
input {
...
...
...
}
but this css affects all input components including the radio boxm checkbox, button, etc... I only want to customize the input text.



Reply With Quote


Bookmarks