[buddypress-trac] [BuddyPress Trac] #7191: Post update button color should fit with 2016 color sheme

buddypress-trac noreply at wordpress.org
Wed Jul 20 13:23:11 UTC 2016


#7191: Post update button color should fit with 2016 color sheme
-------------------------+-----------------------------
 Reporter:  danbp        |      Owner:
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  Awaiting Review
Component:  Templates    |    Version:
 Severity:  normal       |   Keywords:
-------------------------+-----------------------------
 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:

 {{{#!php
 #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;
 }

 }}}

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7191>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list