danneu / darkstrap

(unmaintained, dead) a dark theme for twitter bootstrap 2
MIT License
264 stars 73 forks source link

Select dropdown's background appears white in Chrome #7

Open emilsoman opened 12 years ago

emilsoman commented 12 years ago

I was checking the demo page for Darkstrap . Noticed that the background of the select dropdown appears bright. This happens only in Chrome. Any clue ?

Tried to take a screenshot but surprisingly the "Print Screen" button doesn't work when the dropdown is visible in Chrome !

emilsoman commented 12 years ago

Adding this to the end of darkstrap css fixed it :

option{
  background: #202020;
  background-color: rgba(0, 0, 0, 0.3);
}
danneu commented 11 years ago

I had an issue getting <option>s to actually appear white across browsers.

I'll have to take a harder look.