[Webkit-unassigned] [Bug 10528] search and login fields display incorrectly

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Sep 2 02:19:54 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10528





------- Comment #2 from jonathanjohnsson at gmail.com  2006-09-02 02:19 PDT -------
They seem to work around that released Safari doesn't support styled form
elements. I don't really get how the :not selector is used to achieve this,
though.

Removing the following in their style sheet 503.css makes WebKit render as
Firefox (only difference is WebKit renders a focus "ring", as always, around
the focused elements). 

#top-middle form.search:not(:notsafari),
#top-middle form.search i.ll:not(:notsafari),
#top-middle form.search i.rr:not(:notsafari),
#rockdock span.inputter:not(:notsafari) {
    background-image:none;
    overflow:visible;
}


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list