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

Modal headers in Cyborg white-on-white #9

Closed
shawnburke opened this issue Mar 17, 2012 · 2 comments
Closed

Modal headers in Cyborg white-on-white #9

shawnburke opened this issue Mar 17, 2012 · 2 comments

Comments

@shawnburke
Copy link

Hi - bootswatch is very cool.

Poking around a bit with different themes, I notice that modal headers don't show up, because both the text and the modal bg will be white.

Repro:

  1. Bootstrap site
  2. Install the modal component
  3. Declare a modal as defined in the docs:

http://twitter.github.com/bootstrap/javascript.html#modals

  1. Pop the modal.

You won't see the content in the h3 unless you select it due to:

h3 {
color: #ffffff;
}

and

.modal {
background-color: #ffffff
}

  1. I hacked a workaround, not sure what the right LESS-based fix is.

.modal-header h3 {
color: #000000;
}

@thomaspark
Copy link
Owner

Thanks for the report, totally overlooked modals.

They've been styled for Cyborg, rest coming soon.

@shawnburke
Copy link
Author

Roger, thx!

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

2 participants