tylerchilds / cutestrap

A strong, independent CSS Framework. Only 2.7KB minified & gzipped.
https://www.cutestrap.com
GNU General Public License v3.0
1.57k stars 80 forks source link

height of text field and select are different (chrome and firefox in Mac) #46

Closed choyongjoon closed 5 years ago

choyongjoon commented 7 years ago

2016-10-19 2 10 58

label.select (height: 48px)

2016-10-19 2 11 03

label.textfield > input (height: 50px)

2016-10-19 2 11 12

label.select > select (height: 48px)

2016-10-19 2 11 25

Firefox 49.0

label.textfield > input (line-height: 24px)

2016-10-19 2 12 39

label.select > select (line-height: 22px)

2016-10-19 2 12 43
tylerchilds commented 5 years ago

I believe I've fixed this in version 2. merging some stuff soon so I can test on other devices.

One thing about select boxes i found in FF (at least on ubuntu) is that there's an inner-focus that has a 1px border that takes up 2px.