[Webkit-unassigned] [Bug 40216] text-align doesn't work on select tags

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 3 10:19:26 PDT 2021


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

--- Comment #8 from Peter B <norsyn at gmail.com> ---
Furthermore, if you want the select text to be to the right but then the options to be on the left you can do something like this:

.select:active {
    direction: ltr;
}

This will essentially change the css for the select element for when it is active - i.e. when you are making a selection.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211003/273b18f1/attachment.htm>


More information about the webkit-unassigned mailing list