[Webkit-unassigned] [Bug 54115] [Chromium] Use #f7f7f7 for select popup background on chromium/linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 9 11:31:17 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=54115





--- Comment #5 from xiyuan <xiyuan at chromium.org>  2011-02-09 11:31:17 PST ---
(In reply to comment #4)
> (From update of attachment 81827 [details])
> I see, I read the bug here: http://code.google.com/p/chromium-os/issues/detail?id=9174
> 
> The size="0" bit seems like a hack.  Where does the color for <option> background currently come from?  Can we fix it there instead?

It comes from the CSS like other element and if not specified (99.9% of the case), it will use its parent element's, which is the select element. 

I have checked with Dimitry and Tab but failed to find a CSS selector that could specifically target the select popup. :(

And if we change the select element, it changes both the select as a button and as a listbox. I am not sure if that is okay.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list