Skip to:
Content

BuddyPress.org

Opened 10 years ago

Closed 9 years ago

Last modified 9 years ago

#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 @danbp
10 years ago

  • Summary Post update button color should fit with 2016 color shemeTwenty Sixteen - Post update button color should fit with 2016 color sheme

#2 @DJPaul
10 years ago

  • Keywords needs-patch good-first-bug added
  • Milestone Awaiting ReviewFuture 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
9 years ago

  • Milestone Future Release
  • Resolutionwontfix
  • Status newclosed

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
9 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.