Make WordPress Core

Ticket #34987: 34987.patch

File 34987.patch, 789 bytes (added by swissspidy, 8 years ago)
  • src/wp-admin/css/dashboard.css

    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 { 
    750750        display: none;
    751751}
    752752
    753 h3:hover .edit-box {
     753.hndle:hover .edit-box {
    754754        display: inline;
    755755}
    756756
    h3:hover .edit-box { 
    777777        text-decoration: none;
    778778}
    779779
    780 #dashboard-widgets h3 a {
     780#dashboard-widgets h2 a {
    781781        text-decoration: underline;
    782782}
    783783
    784 #dashboard-widgets h3 .postbox-title-action {
     784#dashboard-widgets .hndle .postbox-title-action {
    785785        position: absolute;
    786786        right: 10px;
    787787        padding: 0;
    788788        top: 5px;
    789789}
    790790
    791 .js #dashboard-widgets h3 .postbox-title-action {
     791.js #dashboard-widgets .hndle .postbox-title-action {
    792792        right: 33px;
    793793}
    794794