diff --git src/wp-admin/css/dashboard.css src/wp-admin/css/dashboard.css
index 43e9b3e..a90d59a 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 .hndle a { |
| 781 | 786 | text-decoration: underline; |
| 782 | 787 | } |
| 783 | 788 | |
| 784 | | #dashboard-widgets h3 .postbox-title-action { |
| | 789 | #dashboard-widgets .hndle .postbox-title-action { |
| 785 | 790 | position: absolute; |
| 786 | 791 | right: 10px; |
| 787 | 792 | padding: 0; |
| 788 | | top: 5px; |
| | 793 | top: 6px; |
| 789 | 794 | } |
| 790 | 795 | |
| 791 | | .js #dashboard-widgets h3 .postbox-title-action { |
| | 796 | .js #dashboard-widgets .hndle .postbox-title-action { |
| 792 | 797 | right: 33px; |
| 793 | 798 | } |
| 794 | 799 | |