Ticket #29976: 29976.1.diff
File 29976.1.diff, 2.8 KB (added by , 9 years ago) |
---|
-
wp-content/themes/twentyfifteen/inc/customizer.php
314 314 .pagination .next, 315 315 .pagination .prev:before, 316 316 .pagination .next:before, 317 .widget_calendar tbody a, 318 .widget_calendar tbody a:hover, 319 .widget_calendar tbody a:focus, 317 320 .entry-content .page-links a, 318 321 .entry-content .page-links a:hover, 319 322 .entry-content .page-links a:focus, … … 328 331 input[type="submit"], 329 332 .pagination .prev, 330 333 .pagination .next, 334 .widget_calendar tbody a, 331 335 .page-links a, 332 336 .sticky-post { 333 337 background-color: %4$s; … … 338 342 blockquote cite, 339 343 blockquote small, 340 344 a, 345 .dropdown-toggle:after, 341 346 .image-navigation a:hover, 342 347 .image-navigation a:focus, 343 348 .comment-navigation a:hover, 344 349 .comment-navigation a:focus, 350 .widget-title, 345 351 .entry-footer a:hover, 346 352 .entry-footer a:focus, 347 353 .comment-metadata a:hover, … … 379 385 .pagination .prev:focus, 380 386 .pagination .next:hover, 381 387 .pagination .next:focus, 388 .widget_calendar tbody a:hover, 389 .widget_calendar tbody a:focus, 382 390 .page-links a:hover, 383 391 .page-links a:focus { 384 392 background-color: %4$s; /* Fallback for IE7 and IE8 */ … … 387 395 388 396 /* Secondary Text Color */ 389 397 blockquote, 390 input[type="text"],391 input[type="email"],392 input[type="url"],393 input[type="password"],394 input[type="search"],395 textarea,396 398 a:hover, 397 399 a:focus, 400 .main-navigation .menu-item-description, 398 401 .post-navigation .meta-nav, 399 402 .post-navigation a:hover .post-title, 400 403 .post-navigation a:focus .post-title, … … 402 405 .image-navigation a, 403 406 .comment-navigation, 404 407 .comment-navigation a, 408 .widget, 405 409 .author-heading, 406 410 .entry-footer, 407 411 .entry-footer a, … … 444 448 } 445 449 446 450 /* Border Color */ 447 hr { 451 hr, 452 .dropdown-toggle:hover, 453 .dropdown-toggle:focus { 448 454 background-color: %4$s; /* Fallback for IE7 and IE8 */ 449 455 background-color: %6$s; 450 456 } … … 457 463 td, 458 464 input, 459 465 textarea, 466 .main-navigation ul, 467 .main-navigation li, 460 468 .post-navigation, 461 469 .post-navigation .nav-previous:not(.has-post-thumbnail) + .nav-next:not(.has-post-thumbnail), 462 470 .pagination, 463 471 .comment-navigation, 472 .widget li, 473 .widget_categories .children, 474 .widget_nav_menu .sub-menu, 475 .widget_pages .children, 464 476 .site-header, 465 477 .site-footer, 466 478 .hentry + .hentry, … … 574 586 /* Sidebar Text Color */ 575 587 .secondary a:hover, 576 588 .secondary a:focus, 589 .main-navigation .menu-item-description, 577 590 .widget, 578 .main-navigation .menu-item-description,579 591 .widget blockquote, 580 592 .widget .wp-caption-text, 581 593 .widget .gallery-caption {