Make WordPress Core

Changeset 35896


Ignore:
Timestamp:
12/13/2015 01:56:49 PM (9 years ago)
Author:
swissspidy
Message:

Admin: After [35128], make the 'Configure' link work again for dashboard widgets.

See #34987.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/dashboard.css

    r35894 r35896  
    735735}
    736736
     737.postbox .button-link .edit-box {
     738    display: none;
     739}
     740
    737741.edit-box {
    738     display: none;
    739 }
    740 
    741 h3:hover .edit-box {
    742     display: inline;
     742    opacity: 0;
     743}
     744
     745.hndle:hover .edit-box,
     746.edit-box:focus {
     747    opacity: 1;
    743748}
    744749
     
    766771}
    767772
    768 #dashboard-widgets h3 a {
     773#dashboard-widgets h2 a {
    769774    text-decoration: underline;
    770775}
    771776
    772 #dashboard-widgets h3 .postbox-title-action {
    773     position: absolute;
    774     right: 10px;
    775     padding: 0;
    776     top: 5px;
    777 }
    778 
    779 .js #dashboard-widgets h3 .postbox-title-action {
    780     right: 33px;
     777#dashboard-widgets .hndle .postbox-title-action {
     778    float: right;
     779    line-height: 1.2;
    781780}
    782781
Note: See TracChangeset for help on using the changeset viewer.