Opened 14 years ago
Closed 14 years ago
#16315 closed enhancement (fixed)
Text shadow on download/preview buttons
Reported by: | helenyhou | Owned by: | |
---|---|---|---|
Milestone: | WordPress.org | Priority: | normal |
Severity: | normal | Version: | |
Component: | WordPress.org Site | Keywords: | |
Focuses: | Cc: |
Description
The white text shadow on the download and preview buttons in the plugin and theme directories looks kind of bad with the white text. Why not use .col-3 p.button a { text-shadow: rgba(0,0,0,0.5) 0 1px 0; }? I've attached a comparison of both regular and hover states, white text shadow on the left, proposed on the right. Can submit a diff - don't know how this works for the .org site.
Attachments (1)
Change History (5)
#1
@
14 years ago
- Milestone changed from Awaiting Review to WordPress.org
Would be nice if it could changed.
#2
@
14 years ago
- Resolution set to wontfix
- Status changed from new to closed
The ones on the right look harder to read to me. I think it looks better on the left hand ones there.
Would be willing to hear any alternatives, but the proposed ones don't look good to me.
Note: See
TracTickets for help on using
tickets.
Comparison of text-shadow on download/preview buttons; current on left, proposed on right