We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In bootstrap rtl no right border color is defined for input group addon. Here is the current code:
.input-group-addon:first-child { border-left: 0; border-right: 1px solid; }
If you change it into something like this probably solve the problem for bootstrap current theme. But for other themes I don't think so...
.input-group-addon:first-child { border-left: 0; border-right: 1px solid #ccc; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In bootstrap rtl no right border color is defined for input group addon. Here is the current code:
If you change it into something like this probably solve the problem for bootstrap current theme. But for other themes I don't think so...
The text was updated successfully, but these errors were encountered: