[buddypress-trac] [BuddyPress Trac] #7187: media element issue on all twenty themes
buddypress-trac
noreply at wordpress.org
Tue Jul 19 15:28:37 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 sbrajesh):
@hnla
The problem is caused by following rules
{{{
#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; /* Old browsers */
border: 1px solid #ccc;
color: #767676;
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;
}
}}}
It is applying rules to bare button tag #buddypress button causing the
issue.
It has been there since the very existence of the template pack.
Hope that helps.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7187#comment:2>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list