Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input Select could look nicer on Google Crome #31

Closed
gaffling opened this issue Apr 20, 2020 · 2 comments
Closed

Input Select could look nicer on Google Crome #31

gaffling opened this issue Apr 20, 2020 · 2 comments

Comments

@gaffling
Copy link

i use this CSS:

select { width: 99.7%; background-color: white; height: 40px; }

PS: Very nice class-less css framework ;-)

@andybrewer
Copy link
Owner

Thanks @gaffling. I don't mind the default browser styling for <select>, but if others feel differently, open to changing it in the future.

@gaffling
Copy link
Author

gaffling commented Apr 24, 2020

Ok, if you really want to adapt it here is my suggestion and how it looks like in Safari, Firefox and Crome!

input:not([type=submit]) { width: 100%; }
select                   { width: 100%; background-color: white; height: 40px; }

Screenshot from Crome - https://ibb.co/BsfBd4Q
Screenshot from Firefox - https://ibb.co/xg7hKTX
Screenshot from Safari - https://ibb.co/7rMSfRg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants