Ticket #3083: 3083.patch
File 3083.patch, 768 bytes (added by , 8 years ago) |
---|
-
public_html/wp-content/themes/wptv2/style.css
336 336 padding: 4px 8px; 337 337 font-size: 12px; 338 338 font-weight: 400; 339 color: #555 !important;339 color: #555; 340 340 text-shadow: 0 1px 0 #fff; 341 341 -webkit-transition: all 0.25s ease-in-out; 342 342 -moz-transition: all 0.25s ease-in-out; … … 349 349 350 350 input[type=submit]:hover, button:hover, .button:hover, input[type=submit]:focus, button:focus, .button:focus { 351 351 cursor: pointer; 352 color: #000 !important;352 color: #000; 353 353 text-decoration: none; 354 354 border: 1px solid #bbb; 355 355 border-bottom-color: #888;