diff --git src/wp-admin/css/dashboard.css src/wp-admin/css/dashboard.css
index 43e9b3e..4e3e372 100644
|
|
form.initial-form.quickpress-open input#title { |
750 | 750 | display: none; |
751 | 751 | } |
752 | 752 | |
753 | | h3:hover .edit-box { |
| 753 | .hndle:hover .edit-box { |
754 | 754 | display: inline; |
755 | 755 | } |
756 | 756 | |
… |
… |
h3:hover .edit-box { |
777 | 777 | text-decoration: none; |
778 | 778 | } |
779 | 779 | |
780 | | #dashboard-widgets h3 a { |
| 780 | #dashboard-widgets h2 a { |
781 | 781 | text-decoration: underline; |
782 | 782 | } |
783 | 783 | |
784 | | #dashboard-widgets h3 .postbox-title-action { |
| 784 | #dashboard-widgets .hndle .postbox-title-action { |
785 | 785 | position: absolute; |
786 | 786 | right: 10px; |
787 | 787 | padding: 0; |
788 | 788 | top: 5px; |
789 | 789 | } |
790 | 790 | |
791 | | .js #dashboard-widgets h3 .postbox-title-action { |
| 791 | .js #dashboard-widgets .hndle .postbox-title-action { |
792 | 792 | right: 33px; |
793 | 793 | } |
794 | 794 | |