#7191 closed enhancement (wontfix)
Twenty Sixteen - Post update button color should fit with 2016 color sheme
| Reported by: | danbp | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Templates | Version: | |
| Severity: | normal | Keywords: | needs-patch good-first-bug |
| Cc: | danco38@… |
Description
The post update button is actually grey/white. To fit with the other Twenty Sxteen buttons, like search or connection of bp-connection-widget which are black/blue, kindly suggest to implement something like this:
#buddypress form#whats-new-form #whats-new-submit input[type=submit] { background: #000; color: #fff; border: 1px solid #000; border-radius: 3px; } #buddypress form#whats-new-form #whats-new-submit input:hover { background: #007acc; color: #fff; border: 1px solid #007acc; border-radius: 3px; }
Change History (4)
#1
@
10 years ago
- Summary Post update button color should fit with 2016 color sheme → Twenty Sixteen - Post update button color should fit with 2016 color sheme
#2
@
10 years ago
- Keywords needs-patch good-first-bug added
- Milestone Awaiting Review → Future Release
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
If someone wants to put this into the twenty*.scss template (bp-legacy/css/), we can review it and get it in.