diff --git src/wp-admin/css/dashboard.css src/wp-admin/css/dashboard.css
index 43e9b3e..af2740e 100644
|
|
form.initial-form.quickpress-open input#title { |
746 | 746 | margin: 10px; |
747 | 747 | } |
748 | 748 | |
749 | | .edit-box { |
| 749 | .postbox .button-link .edit-box { |
750 | 750 | display: none; |
751 | 751 | } |
752 | 752 | |
753 | | h3:hover .edit-box { |
754 | | display: inline; |
| 753 | .edit-box { |
| 754 | opacity: 0; |
| 755 | } |
| 756 | |
| 757 | .hndle:hover .edit-box, |
| 758 | .edit-box:focus { |
| 759 | opacity: 1; |
755 | 760 | } |
756 | 761 | |
757 | 762 | #dashboard-widgets form .input-text-wrap input { |
… |
… |
h3:hover .edit-box { |
777 | 782 | text-decoration: none; |
778 | 783 | } |
779 | 784 | |
780 | | #dashboard-widgets h3 a { |
| 785 | #dashboard-widgets h2 a { |
781 | 786 | text-decoration: underline; |
782 | 787 | } |
783 | 788 | |
784 | | #dashboard-widgets h3 .postbox-title-action { |
785 | | position: absolute; |
786 | | right: 10px; |
787 | | padding: 0; |
788 | | top: 5px; |
789 | | } |
790 | | |
791 | | .js #dashboard-widgets h3 .postbox-title-action { |
792 | | right: 33px; |
| 789 | #dashboard-widgets .hndle .postbox-title-action { |
| 790 | float: right; |
| 791 | line-height: 1.2; |
793 | 792 | } |
794 | 793 | |
795 | 794 | #dashboard_plugins h5 { |