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
I notice the dropdowns with the navbar still shows default bootstrap light color. I imagine this is a new bootstrap 2.3 bug.
The text was updated successfully, but these errors were encountered:
Cool. Thanks for letting me know.
Sorry, something went wrong.
You can add some css at darkstrap.css ->
.dropdown-menu { background-color: #444; border: 1px solid rgba(0, 0, 0, 0.5); border: 1px solid #000; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); } .dropdown-menu > li > a { color: #c6c6c6; } .navbar .nav > li > .dropdown-menu:after { position: absolute; top: -6px; left: 10px; display: inline-block; border-right: 6px solid transparent; border-bottom: 6px solid #444; border-left: 6px solid transparent; content: ''; }
No branches or pull requests
I notice the dropdowns with the navbar still shows default bootstrap light color. I imagine this is a new bootstrap 2.3 bug.
The text was updated successfully, but these errors were encountered: