HTML, CSS..: different font size in buttons and selects than for plain text (at least in FF)
- by user248959
Hi,
I have this rule:
body {
font-family: Arial,Helvetica,sans-serif;
font-size: 12px
}
but i have different font size for the selects and the buttons then for plain text.
What should i do if i want the same size for everything?
Regards
Javi