#7584 closed enhancement (fixed)
WP-admin.css cleanup + border-radius improvements [patch]
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | low | |
| Severity: | minor | Version: | |
| Component: | Template | Keywords: | patch css |
| Focuses: | Cc: |
Description
Some improvements and cleanups for WP-admin.css.
Main change:
I use shortest formula for "border-radius" - it works very well and use less characters.
Based on latest revision - patch included.
Attachments (1)
Change History (5)
#3
@
18 years ago
I test it in Safari 3.1.2 under Windows and most of radius working good but not all. It need deeper analysis.
Also pure CSS3 property support shorthand for border-radius.
#4
@
18 years ago
The "pure" CSS3 border-radius doesn't seem to include a shorthand: http://www.w3.org/TR/css3-border/#the-border-radius (not that it's supported by any browser anyways).
It has 2 values for each corner, so a shorthand would have 8.
Note: See
TracTickets for help on using
tickets.
(In [8723]) wp-admin.css cleanup, props Simek fixes #7584