Skip to content

Commit

Permalink
bbpress forum submit buttons, and heading text color
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-418 committed May 23, 2019
1 parent bb447e4 commit 81c77cc
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions assets/styles/common/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,29 @@ label {

#events-groups-li {
display: none
}

#bbpress-forums li.bbp-header, a.subscription-toggle, span.bbp-admin-links a, #bbpress-forums div.bbp-reply-content a, table.doctable thead tr th a {
color: #747474;
}

#bbp_topic_submit, #bbp_reply_submit, #bbp_forum_submit, #bbp_search_submit, #bbp_merge_topic_submit, #bbp_move_reply_submit, #bbp_user_edit_submit {
background: $color-brand-blue;
padding: .6em 1.25em .5em;
color: $color-neutral-00;
font-size: $font-size - 2;
text-shadow: none;
border: none;
border-radius: 3px;
font-family: $font-family;
font-weight: bold;
&:active,
&:hover,
&:focus {
background: darken($color-brand-blue, 15%);
outline: none;
box-shadow: none;
border: none;
color: $color-neutral-00;
}
}

0 comments on commit 81c77cc

Please sign in to comment.