Make WordPress Core

Ticket #27075: 27075.button-only.diff

File 27075.button-only.diff, 1.1 KB (added by celloexpressions, 11 years ago)

Add a .button class

  • wp-content/themes/twentyfourteen/style.css

     
    502502/* Buttons */
    503503
    504504button,
     505.button,
    505506.contributor-posts-link,
    506507input[type="button"],
    507508input[type="reset"],
     
    519520
    520521button:hover,
    521522button:focus,
     523.button:hover,
     524.button:focus,
    522525.contributor-posts-link:hover,
    523526input[type="button"]:hover,
    524527input[type="button"]:focus,
     
    531534}
    532535
    533536button:active,
     537.button:active,
    534538.contributor-posts-link:active,
    535539input[type="button"]:active,
    536540input[type="reset"]:active,
     
    12561260.entry-content a:hover,
    12571261.entry-summary a:hover,
    12581262.page-content a:hover,
    1259 .comment-content a:hover {
     1263.comment-content a:hover,
     1264.entry-content a.button,
     1265.entry-summary a.button,
     1266.page-content a.button,
     1267.comment-content a.button {
    12601268        text-decoration: none;
    12611269}
    12621270
     
    22232231}
    22242232
    22252233.widget button,
     2234.widget .button,
    22262235.widget input[type="button"],
    22272236.widget input[type="reset"],
    22282237.widget input[type="submit"] {