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

No focus or error style for Select input element #88

Closed
jlignier opened this issue Aug 26, 2011 · 3 comments
Closed

No focus or error style for Select input element #88

jlignier opened this issue Aug 26, 2011 · 3 comments
Milestone

Comments

@jlignier
Copy link

When a select element has focus it is not highlighted in blue as per other input elements. Also Select element doesn't have red error style

Suggested fix:

ln 780

form input[type=text]:focus, form input[type=password]:focus, form textarea:focus, form select:focus {
...
}

ln 798

form div.error input[type=text], form div.error input[type=password], form div.error textarea, form div.error select {
...
}

ln 804

form div.error input[type=text]:focus, form div.error input[type=password]:focus, form div.error textarea:focus, form div.error select:focus {
...
}
@mdo
Copy link
Member

mdo commented Sep 9, 2011

Added outline styles to the select, checkbox, and file inputs. Thanks!

@mdo mdo closed this as completed Sep 9, 2011
@mithun626497
Copy link

Can you please give an example to show how to use this ?

@cvrebert
Copy link
Collaborator

cvrebert commented Nov 9, 2014

@mithun626497 Sorry, but this issue is really old and refers to classes that no longer exist.
In the future, please avoid necroposting.
See the "Validation states" section of http://getbootstrap.com/css/ though.

@twbs twbs locked and limited conversation to collaborators Nov 9, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants