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

Side menu has a white background & text input issues #2

Open
Grayda opened this issue Feb 18, 2016 · 1 comment
Open

Side menu has a white background & text input issues #2

Grayda opened this issue Feb 18, 2016 · 1 comment
Labels

Comments

@Grayda
Copy link

Grayda commented Feb 18, 2016

I don't know if I'm doing it wrong (EDIT: Removed my custom stylings, it's still there), or if it's a bug, but items in a sidebar are styled correctly, but the actual menu is still white.

No biggie, as adding this CSS worked well enough for me while developing:

.menu {
    background: transparent !important;
}

In addition to this, inputs don't have white text, so they're difficult to read. You can replicate this by using this sample code from the docs:

<label class="item item-input">
  <span class="input-label">Date</span>
  <input type="date">
</label>

Also, great job on the theme. I've been after a dark theme since I started my app a few weeks ago (an astrophotography-related app, so not being blinded while checking your phone at night is a massive plus 😄 )

@Grayda Grayda changed the title Side menu has a white background Side menu has a white background & text input issues Feb 18, 2016
@joewashear007
Copy link
Owner

Thanks for the find. I will look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants