Making WordPress.org

Changeset 6384

Timestamp:
01/12/2018 09:42:21 PM (7 years ago)
Author:
obenland
Message:

WordPress TV: Don't style wpcom subscribe button.

Stops overly important styles from intruding on non-theme UI elements.

Props mp518, SergeyBiryukov.
Fixes #3083.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/style.css

    r6378 r6384  
    339339    font-size: 12px;
    340340    font-weight: 400;
    341     color: #555 !important;
     341    color: #555;
    342342    text-shadow: 0 1px 0 #fff;
    343343    -webkit-transition: all 0.25s ease-in-out;
     
    352352input[type=submit]:hover, button:hover, .button:hover, input[type=submit]:focus, button:focus, .button:focus {
    353353    cursor: pointer;
    354     color: #000 !important;
     354    color: #000;
    355355    text-decoration: none;
    356356    border: 1px solid #bbb;
Note: See TracChangeset for help on using the changeset viewer.