Bug 18399 - <select> element should have not radius by default
Summary: <select> element should have not radius by default
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-10 01:50 PDT by Ariya Hidayat
Modified: 2022-07-11 16:21 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ariya Hidayat 2008-04-10 01:50:33 PDT
In html4.css, -webkit-border-radius: 5px; is specified for select. This is Safari (Mac/Windows) specific and thus should not be specified there, but rather set by the Mac/Win version of the RenderTheme code.