[Webkit-unassigned] [Bug 165072] New: [GTK] Difficult to read combo box text in dark theme
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Nov 25 09:28:48 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=165072
Bug ID: 165072
Summary: [GTK] Difficult to read combo box text in dark theme
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: PC
OS: Linux
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Gtk
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mcatanzaro at igalia.com
CC: bugs-noreply at webkitgtk.org
Moving this bug from downstream:
"""
When <select> item is styled, the dropdown does not respect that style for background and it can be hard to read selected value, since text color is respected. See the example code:
<style>
select {color:#F8F8F8;
background:#000000;}
</style>
<select>
<option>Foo</option>
<option>Bar</option>
</select>
In epiphany it is very hard to see what exactly is selected since it shows light gray (F8F8F8) text on gray background (default for form controls).
Also when the drop down is opened, it is not styled at all.
"""
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161125/2e0a3acc/attachment.html>
More information about the webkit-unassigned
mailing list