# Dark Theme: Dropdown text visibility

**URL:** https://meta.discourse.org/t/dark-theme-dropdown-text-visibility/42674
**Category:** Bug
**Created:** [2016年四月17日 01:37 UTC](https://meta.discourse.org/t/dark-theme-dropdown-text-visibility/42674 "2016-04-17T01:37:19Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Yuun](https://avatars.discourse-cdn.com/v4/letter/y/977dab/32.png) [@Yuun](https://meta.discourse.org/u/Yuun)
#### Post date: [2016年四月17日 01:37 UTC](https://meta.discourse.org/t/dark-theme-dropdown-text-visibility/42674/1 "2016-04-17T01:37:19Z")

</div>

If this doesn’t make the cut for big enough issue, feel free to close with extreme prejudice. 🙂

Dropdowns, e.g. while editing category permissions:

![](https://global.discourse-cdn.com/meta/original/3X/3/0/3042b04f982d2a72685b2668a4f819adbaecc3d4.png)

And on admin/badges are rather difficult to read. I’m currently using:

```css
body input, body select {
    color: #000;
}

```

But since CSS customizations are stripped out of admin I tend to get the light grey on white a fair amount, and it might be good to have fixed in general.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2016年四月17日 01:47 UTC](https://meta.discourse.org/t/dark-theme-dropdown-text-visibility/42674/2 "2016-04-17T01:47:16Z")

</div>

That one is pretty bad. We can add that one to the list. cc @tgxworld

---

<div class="post-metadata">

### Author: ![tgxworld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tgxworld/32/106117_2.png) [@tgxworld](https://meta.discourse.org/u/tgxworld)
#### Post date: [2016年四月18日 01:40 UTC](https://meta.discourse.org/t/dark-theme-dropdown-text-visibility/42674/3 "2016-04-18T01:40:29Z")

</div>

Fixed in

[https://github.com/discourse/discourse/commit/9f264d24772331504679c590fb81a722e6c4b468](https://github.com/discourse/discourse/commit/9f264d24772331504679c590fb81a722e6c4b468)

---

<div class="post-metadata">

### Author: ![tgxworld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tgxworld/32/106117_2.png) [@tgxworld](https://meta.discourse.org/u/tgxworld)
#### Post date: [2016年四月18日 01:40 UTC](https://meta.discourse.org/t/dark-theme-dropdown-text-visibility/42674/4 "2016-04-18T01:40:33Z")

</div>


