Opened 16 years ago
Closed 16 years ago
#13719 closed enhancement (fixed)
Remove background color for default RSS widget icon
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.0 | Priority: | low |
| Severity: | minor | Version: | 3.0 |
| Component: | Widgets | Keywords: | has-patch |
| Focuses: | Cc: |
Description
See wp-includes/default-widgets.php line 740.
The RSS icon in the default RSS widget currently uses a style of background: orange; which shows up poorly on dark backgrounds.
Patch changes the rule to background: transparent; along with removing unneeded color rule.
Attachments (2)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Screenshot I imagine would be quite useful here.