#3109 closed Enhancement (fixed)
Add CSS3 properties for IE9 support
| Reported by: | cash | Owned by: | ewinslow |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.0 |
| Component: | Core | Version: | Github Master |
| Severity: | minor | Keywords: | |
| Cc: | brett@… | Difficulty: | trivial |
Description
IE9 supports border-radius and we are using the extensions for webkit and mozilla
Change History (4)
comment:1 Changed 2 years ago by ewinslow
- Owner set to ewinslow
- Status changed from new to assigned
comment:2 Changed 2 years ago by ewinslow
- Resolution set to fixed
- Status changed from assigned to closed
comment:3 Changed 2 years ago by ewinslow
(In [svn:8707]) Refs #3109: More CSS cleanup. Fixes bugs introduced by last cleanup where background-color: was being used instead of background:
comment:4 Changed 2 years ago by ewinslow
(In [svn:8708]) Refs #3109: Fixes 3 more instances of background-color being used when background should be
Note: See
TracTickets for help on using
tickets.

(In [svn:8703]) Fixes #3109: added non-vendor-prefixed css property declarations where applicable. Cleaned up various other aspects of the css