Ticket #28930: 28930.diff
| File 28930.diff, 940 bytes (added by , 11 years ago) |
|---|
-
src/wp-admin/css/dashboard.css
74 74 min-height: 100px; 75 75 } 76 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;89 }90 91 77 /* @todo: this was originally in this section, but likely belongs elsewhere */ 92 78 #the-comment-list td.comment p.comment-author { 93 79 margin-top: 0; … … 301 287 margin-top: 0; 302 288 } 303 289 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 313 290 .rssSummary { 314 291 color: #777; 315 292 margin-top: 4px;