Make WordPress Core

Ticket #34987: 34987.5.patch

File 34987.5.patch, 990 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..a90d59a 100644
    form.initial-form.quickpress-open input#title { 
    746746        margin: 10px;
    747747}
    748748
    749 .edit-box {
     749.postbox .button-link .edit-box {
    750750        display: none;
    751751}
    752752
    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;
    755760}
    756761
    757762#dashboard-widgets form .input-text-wrap input {
    h3:hover .edit-box { 
    777782        text-decoration: none;
    778783}
    779784
    780 #dashboard-widgets h3 a {
     785#dashboard-widgets .hndle a {
    781786        text-decoration: underline;
    782787}
    783788
    784 #dashboard-widgets h3 .postbox-title-action {
     789#dashboard-widgets .hndle .postbox-title-action {
    785790        position: absolute;
    786791        right: 10px;
    787792        padding: 0;
    788         top: 5px;
     793        top: 6px;
    789794}
    790795
    791 .js #dashboard-widgets h3 .postbox-title-action {
     796.js #dashboard-widgets .hndle .postbox-title-action {
    792797        right: 33px;
    793798}
    794799