Making WordPress.org

Changeset 3976


Ignore:
Timestamp:
09/06/2016 06:06:38 PM (8 years ago)
Author:
coffee2code
Message:

Forums Theme: Fix display of update button for forum profile pages.

The button had white text on a light background.

Props SergeyBiryukov.
Fixes #1990.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/style.css

    r3957 r3976  
    162162}
    163163
    164 #bbpress-forums .bbp-submit-wrapper .button {
     164#bbpress-forums .bbp-submit-wrapper .button,
     165#bbpress-forums .submit .button {
    165166    display: inline-block;
    166167    text-decoration: none;
     
    185186}
    186187
    187 #bbpress-forums .bbp-submit-wrapper .button:hover {
     188#bbpress-forums .bbp-submit-wrapper .button:hover,
     189#bbpress-forums .submit .button:hover {
    188190    color: #222;
    189191    border-color: #999;
Note: See TracChangeset for help on using the changeset viewer.