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

Dropdowns still display default light color #10

Open
jameswagoner opened this issue Feb 13, 2013 · 2 comments
Open

Dropdowns still display default light color #10

jameswagoner opened this issue Feb 13, 2013 · 2 comments

Comments

@jameswagoner
Copy link

I notice the dropdowns with the navbar still shows default bootstrap light color. I imagine this is a new bootstrap 2.3 bug.

darkstrap

@danneu
Copy link
Owner

danneu commented Feb 13, 2013

Cool. Thanks for letting me know.

@eleazan
Copy link

eleazan commented Aug 20, 2013

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: '';
}

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

3 participants