Ticket #31984: 31984.1.diff
| File 31984.1.diff, 1.1 KB (added by , 11 years ago) |
|---|
-
src/wp-admin/css/list-tables.css
1118 1118 box-shadow: inset 0 1px 0 rgba(0,0,0,0.02), inset 0 -1px 0 #e1e1e1; 1119 1119 } 1120 1120 1121 .plugins .update td ,1122 .plugins .update th ,1121 .plugins .update td:not(.plugin-update), 1122 .plugins .update th:not(.plugin-update), 1123 1123 .upgrade .plugins tr:last-of-type td, 1124 1124 .upgrade .plugins tr:last-of-type th, 1125 1125 .plugins tr.active + tr.inactive.update th, 1126 1126 .plugins tr.active + tr.inactive.update td, 1127 .plugins .updated td ,1128 .plugins .updated th ,1127 .plugins .updated td:not(.plugin-update), 1128 .plugins .updated th:not(.plugin-update), 1129 1129 .plugins tr.active + tr.inactive.updated th, 1130 1130 .plugins tr.active + tr.inactive.updated td { 1131 1131 -webkit-box-shadow: none; … … 1164 1164 } 1165 1165 1166 1166 .plugins .update .second, 1167 .plugins .update .row-actions { 1168 padding-bottom: 0; 1167 .plugins .update .row-actions, 1168 .plugins .updated .second, 1169 .plugins .updated .row-actions{ 1170 padding-bottom: 0; 1169 1171 } 1170 1172 1171 1173 .plugins-php .widefat tfoot th,