Opened 14 years ago
Closed 14 years ago
#17082 closed defect (bug) (fixed)
White background missing in Thickbox when viewing plugin details
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.2 | Priority: | low |
Severity: | minor | Version: | 2.9 |
Component: | UI | Keywords: | has-patch |
Focuses: | Cc: |
Description
When viewing the details of a plugin you want to install, the background color is missing, so the tabs look cut off and awkward. It's being applied by the first declaration in colors-fresh.css/colors-classic.css. Put the patch in wp-admin.css since it needs to be white for both themes.
Before patch: http://d.pr/aLHa
After patch: http://d.pr/fRDk
Couldn't tell when this changed but tested against trunk, 3.1 and 3.0.4 and it seems to be an issue in those versions.
Attachments (4)
Change History (8)
#1
@
14 years ago
- Milestone changed from Awaiting Review to 3.2
- Priority changed from normal to low
- Severity changed from normal to minor
- Version changed from 3.1 to 2.9
#2
@
14 years ago
Ah, nice catch. I didn't really think about looking to see where that background was declared. However, you missed colors-classic as well. New patch just adds it.
@
14 years ago
Ubuntu 11.04 - Chrome: Tested before patch and white background is there. Anyone else seeing the background as not white?
It should use the same background color as for the media upload iframe, see 17082.patch. It's missing in 2.9 too.