Esri / calcite-bootstrap

A Calcite theme and a custom build system for building Bootstrap apps.
http://esri.github.io/calcite-bootstrap/
Apache License 2.0
48 stars 29 forks source link

Calcite-bootstrap-dark.css needs additional styling #182

Open alaframboise opened 8 years ago

alaframboise commented 8 years ago

The new calcite-bootstrap-dark.css is close but needs additional styling to support all bootstrap components. More specifically:

We should also document what css people should use with dark.css + navbar. e.g. navbar-default or navbar-inverse or none.

Here's a test app that illustrates the issues.

image

alaframboise commented 8 years ago

One potential option is to create a navbar-dark css class and have this override all other classes. This is how navbar-default and navbar-inverse works.

alaframboise commented 8 years ago

@TheBlueDog let's revisit this when you get a chance. The more I think about it, the more using navbar-inverse with our dark overrides makes more sense than a separate custom build. @CassidyB