Search and Top Navigation
#3741 closed bug (fixed)
Opened January 03, 2009 02:18AM UTC
Closed January 03, 2009 02:23AM UTC
ui.theme.css should not contain border-radius properties
Reported by: | rdworth | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.7 |
Component: | ui.css-framework | Version: | 1.6rc4 |
Keywords: | rounded corners border-radius | Cc: | |
Blocked by: | Blocking: |
Description
The CSS Framework has rounded corner classes such as
.ui-corner-all
which adds a rounded corner in Mozilla and Webkit browsers using
-moz-border-radius
-webkit-border-radius
It should not include the
border-radius
property as the spec has not yet reached Candidate Recommendation.
Attachments (0)
Change History (1)
Changed January 03, 2009 02:23AM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
fixed in [1480]