diff --git src/wp-admin/css/dashboard.css src/wp-admin/css/dashboard.css
index c8bc653..92d8b20 100644
|
|
form.initial-form.quickpress-open input#title { |
734 | 734 | margin: 10px; |
735 | 735 | } |
736 | 736 | |
737 | | .edit-box { |
| 737 | .postbox .button-link .edit-box { |
738 | 738 | display: none; |
739 | 739 | } |
740 | 740 | |
741 | | h3:hover .edit-box { |
742 | | display: inline; |
| 741 | .edit-box { |
| 742 | opacity: 0; |
| 743 | } |
| 744 | |
| 745 | .hndle:hover .edit-box, |
| 746 | .edit-box:focus { |
| 747 | opacity: 1; |
743 | 748 | } |
744 | 749 | |
745 | 750 | #dashboard-widgets form .input-text-wrap input { |
… |
… |
h3:hover .edit-box { |
765 | 770 | text-decoration: none; |
766 | 771 | } |
767 | 772 | |
768 | | #dashboard-widgets h3 a { |
| 773 | #dashboard-widgets h2 a { |
769 | 774 | text-decoration: underline; |
770 | 775 | } |
771 | 776 | |
772 | | #dashboard-widgets h3 .postbox-title-action { |
773 | | position: absolute; |
774 | | right: 10px; |
775 | | padding: 0; |
776 | | top: 5px; |
777 | | } |
778 | | |
779 | | .js #dashboard-widgets h3 .postbox-title-action { |
780 | | right: 33px; |
| 777 | #dashboard-widgets .hndle .postbox-title-action { |
| 778 | float: right; |
| 779 | line-height: 1.2; |
781 | 780 | } |
782 | 781 | |
783 | 782 | #dashboard_plugins h5 { |