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

has-error with input-group #48

Closed
afattahi54 opened this issue Jan 4, 2015 · 0 comments
Closed

has-error with input-group #48

afattahi54 opened this issue Jan 4, 2015 · 0 comments
Labels
Milestone

Comments

@afattahi54
Copy link

When applying the has-error with input-group the border-right-color will not apply

It seems that we must put below css in order to have error color show in the right border too
.has-error .input-group-addon:first-child{
color:#ec0000 !important;
border-color:#ec0000;
background-color:#f2dede
}


The bootstrap-rtl has below selector which prevents correct color on right border:
.input-group-addon:first-child{
border-right:1px solid #ccc;
border-left:0
}

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

No branches or pull requests

2 participants