Make WordPress Core

Ticket #34987: 34987.2.patch

File 34987.2.patch, 1.1 KB (added by afercia, 8 years ago)
  • src/wp-admin/css/dashboard.css

     
    746746        margin: 10px;
    747747}
    748748
    749 .edit-box {
     749/* hide the first Configure widget link if any */
     750.handlediv .screen-reader-text .postbox-title-action {
    750751        display: none;
    751752}
    752753
    753 h3:hover .edit-box {
    754         display: inline;
     754.edit-box {
     755        position: relative;
     756        left: -9999em;
    755757}
    756758
     759.hndle:hover .edit-box,
     760.hndle .edit-box:focus {
     761        position: static;
     762}
     763
    757764#dashboard-widgets form .input-text-wrap input {
    758765        width: 100%;
    759766}
     
    777784        text-decoration: none;
    778785}
    779786
    780 #dashboard-widgets h3 a {
     787#dashboard-widgets h2 a {
    781788        text-decoration: underline;
    782789}
    783790
    784 #dashboard-widgets h3 .postbox-title-action {
     791#dashboard-widgets h2 .postbox-title-action {
    785792        position: absolute;
    786793        right: 10px;
    787794        padding: 0;
    788         top: 5px;
     795        top: 7px;
    789796}
    790797
    791 .js #dashboard-widgets h3 .postbox-title-action {
     798.js #dashboard-widgets h2 .postbox-title-action {
    792799        right: 33px;
    793800}
    794801