#6717 closed defect (bug) (duplicate)
wp-admin.css #tTips selector background-color value is invalid
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | lowest | |
Severity: | trivial | Version: | 2.5 |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
Description
In wp-admin.css the background-color property of the #tTips selector is set to thansparent. It should probably be transparent.
Attachments (2)
Change History (8)
#4
@
17 years ago
- Milestone set to 2.6
- Resolution duplicate deleted
- Status changed from closed to reopened
Reported issue isn't a duplicate of that ticket.
Note: See
TracTickets for help on using
tickets.
The first patch is for the reported issue; the second is for something that I notice while I was in the wp-admin.css file, namely two !important declarations which weren't correctly applied (they need to appear before the declaration's closing semicolon).