[buddypress-trac] [BuddyPress Trac] #7187: media element issue on all twenty themes

buddypress-trac noreply at wordpress.org
Wed Jul 20 00:03:54 UTC 2016


#7187: media element issue on all twenty themes
--------------------------+------------------------------
 Reporter:  danbp         |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Media         |     Version:  2.6.1.1
 Severity:  minor         |  Resolution:
 Keywords:                |
--------------------------+------------------------------

Comment (by danbp):

 Got it !

 Using following rule set solved the issue.

 {{{#!php
 #buddypress button,
 #buddypress a.button,
 #buddypress input[type=submit],
 #buddypress input[type=button],
 #buddypress input[type=reset],
 #buddypress ul.button-nav li a,
 #buddypress .generic-button a,
 #buddypress .comment-reply-link,
 a.bp-title-button {
 /*      background: #fff;
         border: 1px solid #ccc;
         color: #767676; */
         color: #fff;
         font-size: small;
         cursor: pointer;
         outline: none;
 /*      padding: 4px 10px; */
         text-align: center;
         text-decoration: none;
 }

 #buddypress button:hover,
 #buddypress a.button:hover,
 #buddypress a.button:focus,
 #buddypress input[type=submit]:hover,
 #buddypress input[type=button]:hover,
 #buddypress input[type=reset]:hover,
 #buddypress ul.button-nav li a:hover,
 #buddypress ul.button-nav li.current a,
 #buddypress div.generic-button a:hover,
 #buddypress .comment-reply-link:hover {
 /*      background: #ededed;
         border: 1px solid #bbb; */
         color: #555;
         outline: none;
         text-decoration: none;
 }

 }}}

 Problem is that i got it to work only by using buddypress.min.css
 I had no luck from /child/style.css or
 /child/buddypress/css/twentysixteen.css

 All other twenty themes display correctly too. Even Graphene who found
 back some of his lost buttons bg (overidden by bp)

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7187#comment:9>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list