Make WordPress Core

Changeset 29361


Ignore:
Timestamp:
08/02/2014 08:02:00 PM (11 years ago)
Author:
ocean90
Message:

Remove some unused dashboard-widget-* CSS classes. Unused since [9103].

props michalzuber.
fixes #28930.

Location:
trunk/src/wp-admin/css
Files:
2 edited

Legend:

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

    r29359 r29361  
    713713.stuffbox .hndle,
    714714.control-section .accordion-section-title,
    715 h3.dashboard-widget-title,
    716 h3.dashboard-widget-title span,
    717 h3.dashboard-widget-title small,
    718715.sidebar-name,
    719716#nav-menu-header,
  • trunk/src/wp-admin/css/dashboard.css

    r29314 r29361  
    7373    margin: 0 8px;
    7474    min-height: 100px;
    75 }
    76 
    77 h3.dashboard-widget-title,
    78 h3.dashboard-widget-title span,
    79 h3.dashboard-widget-title small {
    80     color: #333;
    81 }
    82 
    83 h3.dashboard-widget-title small a {
    84     color: #d7d7d7;
    85 }
    86 
    87 h3.dashboard-widget-title small a:hover {
    88     color: #fff;
    8975}
    9076
     
    302288}
    303289
    304 /* @todo: are these actually used anywhere? no non-CSS results in plugin search */
    305 div.dashboard-widget-error {
    306     background-color: #c43;
    307 }
    308 
    309 div.dashboard-widget-notice {
    310     background-color: #cfe1ef;
    311 }
    312 
    313290.rssSummary {
    314291    color: #777;
Note: See TracChangeset for help on using the changeset viewer.