#11448 closed defect (bug) (duplicate)
"Select Files" and "Cancel Upload" have different border colours
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.9 |
Component: | Upload | Keywords: | ui-feedback |
Focuses: | Cc: |
Description
Select Files looks like it's disabled or something. See attached screenshot.
Attachments (2)
Change History (13)
#3
@
13 years ago
A different case. This patch is about the border colour of the two buttons not matching each other (very obvious, looks like the Select button is disabled), the other is about the background colour around the button not matching the rest of the page (much less obvious).
#4
@
13 years ago
- Keywords reporter-feedback added; needs-patch removed
looks fixed to me but maybe caesarsgrunt is referring to some other file.
#5
@
13 years ago
- Keywords dev-feedback added; reporter-feedback removed
While looking onto my screenshot I can see the background color is not matching the rest of the page. Confirm for that screenshot and current trunk. Bordercolor looks fixed.
Button is referenced as parameter and is a PNG file. It is located here:
/wp-includes/images/upload.png
It has a background color of #F9F9F9, the page has a background color of #FFFFFF. So this is wrong. The background color of the image must be changed from #F9F9F9 to #FFFFFF.
The image was uploaded by ryan in [9421]. Ryan should have source-files for that image which should make it more easy to provide corrected versions.
#6
@
13 years ago
Additional Info: upload.png was actually attached by filosofo:
http://core.trac.wordpress.org/attachment/ticket/6979/upload.png
So he might be the man here.
#7
@
13 years ago
- Milestone changed from Unassigned to 3.1
Let's handle this together with #8545. Correct the border color, and correct the gray background (it's also used on a gray background IIRC, so we may need to create a new image or add white background images to the sprite).
Ultimately, much of this may change with 3.1 and the planned media/upload overhaul. Setting to 3.1 for now.
#9
@
13 years ago
- Keywords ui-feedback added; dev-feedback removed
Looks good to me:
http://cl.ly/280d0K0v3C430u2a1e0c
http://cl.ly/0h0f08261E3c1s2b3W1V
Going to ask the UI group to keep this in mind when generating a new image for #8545.
Related: #8545