Opened 11 years ago
Closed 11 years ago
#130 closed defect (bug) (fixed)
Parent Theme button in Theme Directory looks weird on hover
Reported by: | SergeyBiryukov | Owned by: | coffee2code |
---|---|---|---|
Milestone: | Priority: | low | |
Component: | Theme Directory | Keywords: | |
Cc: |
Description
See the combined screenshot of hovered buttons.
- The first one seems fine.
- The second one seems fine too, not sure why it has a different color though.
- The third one appears to have too low contrast and doesn't look good to me.
Tested with Firefox 23, Chrome 29, Opera 15.
The current CSS is:
.col-3 p.preview-button { background-color: #4EAF21; } .col-3 p.preview-button a:hover { color: #ACFF90; } .col-3 p.parent-button { background-color: #4E21AF; } .col-3 p.parent-button a:hover { color: #AC90FF; }
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Fixed.
Recent CSS changes had affected the styling for those buttons, giving them all the reddish-orange color of the download button. The other two buttons were supposed to be green and blue, respectively (hence the differing hover colors, which were meant to relate to their unique background colors).