Make WordPress Core

Ticket #28930: 28930.diff

File 28930.diff, 940 bytes (added by michalzuber, 11 years ago)

Removed CSS classes .dashboard-widget-title, .dashboard-widget-notice, .dashboard-widget-error

  • src/wp-admin/css/dashboard.css

     
    7474        min-height: 100px;
    7575}
    7676
    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;
    89 }
    90 
    9177/* @todo: this was originally in this section, but likely belongs elsewhere */
    9278#the-comment-list td.comment p.comment-author {
    9379        margin-top: 0;
     
    301287        margin-top: 0;
    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;
    315292        margin-top: 4px;