Ticket #27075: 27075.button-only.diff
File 27075.button-only.diff, 1.1 KB (added by , 11 years ago) |
---|
-
wp-content/themes/twentyfourteen/style.css
502 502 /* Buttons */ 503 503 504 504 button, 505 .button, 505 506 .contributor-posts-link, 506 507 input[type="button"], 507 508 input[type="reset"], … … 519 520 520 521 button:hover, 521 522 button:focus, 523 .button:hover, 524 .button:focus, 522 525 .contributor-posts-link:hover, 523 526 input[type="button"]:hover, 524 527 input[type="button"]:focus, … … 531 534 } 532 535 533 536 button:active, 537 .button:active, 534 538 .contributor-posts-link:active, 535 539 input[type="button"]:active, 536 540 input[type="reset"]:active, … … 1256 1260 .entry-content a:hover, 1257 1261 .entry-summary a:hover, 1258 1262 .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 { 1260 1268 text-decoration: none; 1261 1269 } 1262 1270 … … 2223 2231 } 2224 2232 2225 2233 .widget button, 2234 .widget .button, 2226 2235 .widget input[type="button"], 2227 2236 .widget input[type="reset"], 2228 2237 .widget input[type="submit"] {