Ticket #10054: 10054.3.diff
| File 10054.3.diff, 3.2 KB (added by Denis-de-Bernardy, 4 years ago) |
|---|
-
wp-admin/css/colors-fresh.css
352 352 .ui-tabs-nav a:hover, 353 353 .plugins .inactive a:hover, 354 354 #all-plugins-table .plugins .inactive a:hover, 355 #search-plugins-table .plugins .inactive a:hover { 355 #search-plugins-table .plugins .inactive a:hover, 356 #upgrade-plugins-table .plugins .inactive a:hover { 356 357 color: #d54e21; 357 358 } 358 359 … … 384 385 .plugins a.delete:hover, 385 386 #all-plugins-table .plugins a.delete:hover, 386 387 #search-plugins-table .plugins a.delete:hover, 388 #upgrade-plugins-table .plugins a.delete:hover, 387 389 .submitbox .submitdelete, 388 390 a.delete { 389 391 color: #f00; … … 589 591 #search-plugins-table .inactive, 590 592 #search-plugins-table .inactive th, 591 593 #search-plugins-table .inactive td, 594 #upgrade-plugins-table .inactive, 595 #upgrade-plugins-table .inactive th, 596 #upgrade-plugins-table .inactive td, 592 597 tr.inactive + tr.plugin-update-tr .plugin-update { 593 background-color: #e bebeb;598 background-color: #eee; 594 599 } 595 600 601 tr.plugin-update-tr .update-message { 602 margin: 0px 6px 4px; 603 padding: 3px 4px; 604 background-color: #fffbe4; 605 border: solid 1px #dfdfdf; 606 -moz-border-radius: 5px; 607 -khtml-border-radius: 5px; 608 -webkit-border-radius: 5px; 609 border-radius: 5px; 610 } 611 596 612 .plugins .active, 597 613 .plugins .active th, 598 614 .plugins .active td { … … 600 616 } 601 617 602 618 #all-plugins-table .inactive a, 603 #search-plugins-table .inactive a { 604 color: #555; 619 #search-plugins-table .inactive a, 620 #upgrade-plugins-table .inactive a { 621 color: #396980; 605 622 } 606 623 607 624 #the-comment-list .unapproved, -
wp-admin/css/colors-classic.css
352 352 .ui-tabs-nav a:hover, 353 353 .plugins .inactive a:hover, 354 354 #all-plugins-table .plugins .inactive a:hover, 355 #search-plugins-table .plugins .inactive a:hover { 355 #search-plugins-table .plugins .inactive a:hover, 356 #upgrade-plugins-table .plugins .inactive a:hover { 356 357 color: #d54e21; 357 358 } 358 359 … … 388 389 .plugins a.delete:hover, 389 390 #all-plugins-table .plugins a.delete:hover, 390 391 #search-plugins-table .plugins a.delete:hover, 392 #upgrade-plugins-table .plugins a.delete:hover, 391 393 .submitbox .submitdelete, 392 394 a.delete { 393 395 color: #f00; … … 594 596 #search-plugins-table .inactive, 595 597 #search-plugins-table .inactive th, 596 598 #search-plugins-table .inactive td, 599 #upgrade-plugins-table .inactive, 600 #upgrade-plugins-table .inactive th, 601 #upgrade-plugins-table .inactive td, 597 602 tr.inactive + tr.plugin-update-tr .plugin-update { 598 background-color: #e bebeb;603 background-color: #eee; 599 604 } 600 605 606 tr.plugin-update-tr .update-message { 607 margin: 0px 6px 4px; 608 padding: 3px 4px; 609 background-color: #fffbe4; 610 border: solid 1px #dfdfdf; 611 -moz-border-radius: 5px; 612 -khtml-border-radius: 5px; 613 -webkit-border-radius: 5px; 614 border-radius: 5px; 615 } 616 601 617 .plugins .active, 602 618 .plugins .active th, 603 619 .plugins .active td { … … 605 621 } 606 622 607 623 #all-plugins-table .inactive a, 608 #search-plugins-table .inactive a { 609 color: #555; 624 #search-plugins-table .inactive a, 625 #upgrade-plugins-table .inactive a { 626 color: #396980; 610 627 } 611 628 612 629 #the-comment-list .unapproved,