darkstrap icon indicating copy to clipboard operation
darkstrap copied to clipboard

Select dropdown's background appears white in Chrome

Open emilsoman opened this issue 12 years ago • 2 comments

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 avatar Nov 26 '12 06:11 emilsoman

Adding this to the end of darkstrap css fixed it :

option{
  background: #202020;
  background-color: rgba(0, 0, 0, 0.3);
}

emilsoman avatar Dec 03 '12 14:12 emilsoman

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

I'll have to take a harder look.

danneu avatar Feb 07 '13 18:02 danneu