Skip to:
Content

BuddyPress.org

Opened 8 years ago

Closed 7 years ago

Last modified 7 years ago

#7191 closed enhancement (wontfix)

Twenty Sixteen - Post update button color should fit with 2016 color sheme

Reported by: danbp's profile danbp Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Templates 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 @danbp
8 years ago

  • Summary changed from Post update button color should fit with 2016 color sheme to Twenty Sixteen - Post update button color should fit with 2016 color sheme

#2 @DJPaul
8 years ago

  • Keywords needs-patch good-first-bug added
  • Milestone changed from Awaiting Review to Future Release

If someone wants to put this into the twenty*.scss template (bp-legacy/css/), we can review it and get it in.

#3 @DJPaul
7 years ago

  • Milestone Future Release deleted
  • Resolution set to wontfix
  • Status changed from new to closed

Closing most tickets related to BP-Default and BP-Legacy, since the upcoming BP-Nouveau template pack (planned for 3.0) will make these redundant.

#4 @DJPaul
7 years ago

Closing most tickets related to BP-Default and BP-Legacy, since the upcoming BP-Nouveau template pack (planned for 3.0) will make these redundant.

Note: See TracTickets for help on using tickets.