Making WordPress.org

Ticket #3083: 3083.patch

File 3083.patch, 768 bytes (added by mp518, 8 years ago)

remove !important

  • public_html/wp-content/themes/wptv2/style.css

     
    336336        padding: 4px 8px;
    337337        font-size: 12px;
    338338        font-weight: 400;
    339         color: #555 !important;
     339        color: #555;
    340340        text-shadow: 0 1px 0 #fff;
    341341        -webkit-transition: all 0.25s ease-in-out;
    342342        -moz-transition: all 0.25s ease-in-out;
     
    349349
    350350input[type=submit]:hover, button:hover, .button:hover, input[type=submit]:focus, button:focus, .button:focus {
    351351        cursor: pointer;
    352         color: #000 !important;
     352        color: #000;
    353353        text-decoration: none;
    354354        border: 1px solid #bbb;
    355355        border-bottom-color: #888;