70 content: ""; |
70 content: ""; |
71 display: block; |
71 display: block; |
72 margin-right: 8px; |
72 margin-right: 8px; |
73 width: 0; |
73 width: 0; |
74 height: 0; |
74 height: 0; |
75 border-top: 5px solid #72777c; |
75 border-top: 5px solid #646970; |
76 border-left: 5px solid transparent; |
76 border-left: 5px solid transparent; |
77 } |
77 } |
78 |
78 |
79 .column-response a.post-com-count-approved:hover .comment-count-approved, |
79 .column-response a.post-com-count-approved:hover .comment-count-approved, |
80 .column-response a.post-com-count-approved:focus .comment-count-approved, |
80 .column-response a.post-com-count-approved:focus .comment-count-approved, |
81 .column-comments a.post-com-count-approved:hover .comment-count-approved, |
81 .column-comments a.post-com-count-approved:hover .comment-count-approved, |
82 .column-comments a.post-com-count-approved:focus .comment-count-approved { |
82 .column-comments a.post-com-count-approved:focus .comment-count-approved { |
83 background: #0073aa; |
83 background: #2271b1; |
84 } |
84 } |
85 |
85 |
86 .column-response a.post-com-count-approved:hover:after, |
86 .column-response a.post-com-count-approved:hover:after, |
87 .column-response a.post-com-count-approved:focus:after, |
87 .column-response a.post-com-count-approved:focus:after, |
88 .column-comments a.post-com-count-approved:hover:after, |
88 .column-comments a.post-com-count-approved:hover:after, |
89 .column-comments a.post-com-count-approved:focus:after { |
89 .column-comments a.post-com-count-approved:focus:after { |
90 border-top-color: #0073aa; |
90 border-top-color: #2271b1; |
91 } |
91 } |
92 |
92 |
93 /* @todo: consider to use a single rule for these counters and the admin menu counters. */ |
93 /* @todo: consider to use a single rule for these counters and the admin menu counters. */ |
94 .column-response .post-com-count-pending, |
94 .column-response .post-com-count-pending, |
95 .column-comments .post-com-count-pending { |
95 .column-comments .post-com-count-pending { |
202 height: 120px; |
202 height: 120px; |
203 box-shadow: none; |
203 box-shadow: none; |
204 } |
204 } |
205 |
205 |
206 #replyerror { |
206 #replyerror { |
207 border-color: #ddd; |
207 border-color: #dcdcde; |
208 background-color: #f9f9f9; |
208 background-color: #f6f7f7; |
209 } |
209 } |
210 |
210 |
211 /* @todo: is this used? */ |
211 /* @todo: is this used? */ |
212 .commentlist .avatar { |
212 .commentlist .avatar { |
213 vertical-align: text-top; |
213 vertical-align: text-top; |
214 } |
214 } |
215 |
215 |
216 #the-comment-list tr.undo, |
216 #the-comment-list tr.undo, |
217 #the-comment-list div.undo { |
217 #the-comment-list div.undo { |
218 background-color: #f5f5f5; |
218 background-color: #f6f7f7; |
219 } |
219 } |
220 |
220 |
221 #the-comment-list .unapproved th, |
221 #the-comment-list .unapproved th, |
222 #the-comment-list .unapproved td { |
222 #the-comment-list .unapproved td { |
223 background-color: #fef7f1; |
223 background-color: #fcf9e8; |
224 } |
224 } |
225 |
225 |
226 #the-comment-list .unapproved th.check-column { |
226 #the-comment-list .unapproved th.check-column { |
227 border-right: 4px solid #d54e21; |
227 border-right: 4px solid #d63638; |
228 } |
228 } |
229 |
229 |
230 #the-comment-list .unapproved th.check-column input { |
230 #the-comment-list .unapproved th.check-column input { |
231 margin-right: 4px; |
231 margin-right: 4px; |
232 } |
232 } |
233 |
233 |
234 #the-comment-list .approve a { |
234 #the-comment-list .approve a { |
235 color: #006505; |
235 color: #007017; |
236 } |
236 } |
237 |
237 |
238 #the-comment-list .unapprove a { |
238 #the-comment-list .unapprove a { |
239 color: #d98500; |
239 color: #996800; |
240 } |
240 } |
241 |
241 |
242 #the-comment-list th, |
242 #the-comment-list th, |
243 #the-comment-list td { |
243 #the-comment-list td { |
244 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
244 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
256 |
256 |
257 /* table vim shortcuts */ |
257 /* table vim shortcuts */ |
258 .vim-current, |
258 .vim-current, |
259 .vim-current th, |
259 .vim-current th, |
260 .vim-current td { |
260 .vim-current td { |
261 background-color: #e4f2fd !important; |
261 background-color: #f0f6fc !important; |
262 } |
262 } |
263 |
263 |
264 th .comment-grey-bubble { |
264 th .comment-grey-bubble { |
265 height: 16px; |
265 height: 16px; |
266 width: 16px; |
266 width: 16px; |
267 } |
267 } |
268 |
268 |
269 th .comment-grey-bubble:before { |
269 th .comment-grey-bubble:before { |
270 content: "\f101"; |
270 content: "\f101"; |
271 font: normal 20px/.5 dashicons; |
271 font: normal 20px/.5 dashicons; |
272 speak: none; |
272 speak: never; |
273 display: inline-block; |
273 display: inline-block; |
274 padding: 0; |
274 padding: 0; |
275 top: 4px; |
275 top: 4px; |
276 right: -4px; |
276 right: -4px; |
277 position: relative; |
277 position: relative; |
278 vertical-align: top; |
278 vertical-align: top; |
279 -webkit-font-smoothing: antialiased; |
279 -webkit-font-smoothing: antialiased; |
280 -moz-osx-font-smoothing: grayscale; |
280 -moz-osx-font-smoothing: grayscale; |
281 text-decoration: none !important; |
281 text-decoration: none !important; |
282 color: #444; |
282 color: #3c434a; |
283 } |
283 } |
284 |
284 |
285 /*------------------------------------------------------------------------------ |
285 /*------------------------------------------------------------------------------ |
286 10.0 - List Posts (/Pages/etc) |
286 10.0 - List Posts (/Pages/etc) |
287 ------------------------------------------------------------------------------*/ |
287 ------------------------------------------------------------------------------*/ |
449 } |
455 } |
450 |
456 |
451 .sorting-indicator:before { |
457 .sorting-indicator:before { |
452 content: "\f142"; |
458 content: "\f142"; |
453 font: normal 20px/1 dashicons; |
459 font: normal 20px/1 dashicons; |
454 speak: none; |
460 speak: never; |
455 display: inline-block; |
461 display: inline-block; |
456 padding: 0; |
462 padding: 0; |
457 top: -4px; |
463 top: -4px; |
458 right: -8px; |
464 right: -8px; |
459 color: #444; |
465 color: #3c434a; |
460 line-height: 0.5; |
466 line-height: 0.5; |
461 position: relative; |
467 position: relative; |
462 vertical-align: top; |
468 vertical-align: top; |
463 -webkit-font-smoothing: antialiased; |
469 -webkit-font-smoothing: antialiased; |
464 -moz-osx-font-smoothing: grayscale; |
470 -moz-osx-font-smoothing: grayscale; |
465 text-decoration: none !important; |
471 text-decoration: none !important; |
466 color: #444; |
472 color: #3c434a; |
467 } |
473 } |
468 |
474 |
469 .column-comments .sorting-indicator:before { |
475 .column-comments .sorting-indicator:before { |
470 top: 0; |
476 top: 0; |
471 right: -10px; |
477 right: -10px; |
515 top: -5px; |
521 top: -5px; |
516 right: 10px; |
522 right: 10px; |
517 border-radius: 50%; |
523 border-radius: 50%; |
518 display: block; |
524 display: block; |
519 padding: 1px 0 1px 2px; |
525 padding: 1px 0 1px 2px; |
520 color: #444; /* same as table headers sort arrows */ |
526 color: #3c434a; /* same as table headers sort arrows */ |
521 content: "\f140"; |
527 content: "\f140"; |
522 font: normal 20px/1 dashicons; |
528 font: normal 20px/1 dashicons; |
523 line-height: 1; |
529 line-height: 1; |
524 -webkit-font-smoothing: antialiased; |
530 -webkit-font-smoothing: antialiased; |
525 -moz-osx-font-smoothing: grayscale; |
531 -moz-osx-font-smoothing: grayscale; |
526 speak: none; |
532 speak: never; |
527 } |
533 } |
528 |
534 |
529 .wp-list-table .is-expanded .toggle-row:before { |
535 .wp-list-table .is-expanded .toggle-row:before { |
530 content: "\f142"; |
536 content: "\f142"; |
531 } |
537 } |
536 height: 20px; |
542 height: 20px; |
537 width: 16px; |
543 width: 16px; |
538 } |
544 } |
539 |
545 |
540 .locked-indicator-icon:before { |
546 .locked-indicator-icon:before { |
541 color: #82878c; |
547 color: #8c8f94; |
542 content: "\f160"; |
548 content: "\f160"; |
543 display: inline-block; |
549 display: inline-block; |
544 font: normal 20px/1 dashicons; |
550 font: normal 20px/1 dashicons; |
545 speak: none; |
551 speak: never; |
546 vertical-align: middle; |
552 vertical-align: middle; |
547 -webkit-font-smoothing: antialiased; |
553 -webkit-font-smoothing: antialiased; |
548 -moz-osx-font-smoothing: grayscale; |
554 -moz-osx-font-smoothing: grayscale; |
549 } |
555 } |
550 |
556 |
705 line-height: 1.84615384; |
711 line-height: 1.84615384; |
706 text-decoration: none; |
712 text-decoration: none; |
707 } |
713 } |
708 |
714 |
709 .view-switch a:before { |
715 .view-switch a:before { |
710 color: #b4b9be; |
716 color: #c3c4c7; |
711 display: inline-block; |
717 display: inline-block; |
712 font: normal 20px/1 dashicons; |
718 font: normal 20px/1 dashicons; |
713 speak: none; |
719 speak: never; |
714 vertical-align: middle; |
720 vertical-align: middle; |
715 -webkit-font-smoothing: antialiased; |
721 -webkit-font-smoothing: antialiased; |
716 -moz-osx-font-smoothing: grayscale; |
722 -moz-osx-font-smoothing: grayscale; |
717 } |
723 } |
718 |
724 |
719 .view-switch a:hover:before, |
725 .view-switch a:hover:before, |
720 .view-switch a:focus:before { |
726 .view-switch a:focus:before { |
721 color: #727272; |
727 color: #787c82; |
722 } |
728 } |
723 |
729 |
724 .view-switch a.current:before { |
730 .view-switch a.current:before { |
725 color: #0073aa; |
731 color: #2271b1; |
726 } |
732 } |
727 |
733 |
728 .view-switch .view-list:before { |
734 .view-switch .view-list:before { |
729 content: "\f163"; |
735 content: "\f163"; |
730 } |
736 } |
1163 padding: 10px 9px; |
1169 padding: 10px 9px; |
1164 } |
1170 } |
1165 |
1171 |
1166 .plugins .active td, |
1172 .plugins .active td, |
1167 .plugins .active th { |
1173 .plugins .active th { |
1168 background-color: #f7fcfe; |
1174 background-color: #f0f6fc; |
1169 } |
1175 } |
1170 |
1176 |
1171 .plugins .update th, |
1177 .plugins .update th, |
1172 .plugins .update td { |
1178 .plugins .update td { |
1173 border-bottom: 0; |
1179 border-bottom: 0; |
1186 .plugins tr.active.plugin-update-tr + tr.inactive th, |
1192 .plugins tr.active.plugin-update-tr + tr.inactive th, |
1187 .plugins tr.active.plugin-update-tr + tr.inactive td, |
1193 .plugins tr.active.plugin-update-tr + tr.inactive td, |
1188 .plugins tr.active + tr.inactive th, |
1194 .plugins tr.active + tr.inactive th, |
1189 .plugins tr.active + tr.inactive td { |
1195 .plugins tr.active + tr.inactive td { |
1190 border-top: 1px solid rgba(0, 0, 0, 0.03); |
1196 border-top: 1px solid rgba(0, 0, 0, 0.03); |
1191 box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.02), inset 0 -1px 0 #e1e1e1; |
1197 box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.02), inset 0 -1px 0 #dcdcde; |
1192 } |
1198 } |
1193 |
1199 |
1194 .plugins .update td, |
1200 .plugins .update td, |
1195 .plugins .update th, |
1201 .plugins .update th, |
1196 .upgrade .plugins tr:last-of-type td, |
1202 .upgrade .plugins tr:last-of-type td, |
1204 box-shadow: none; |
1210 box-shadow: none; |
1205 } |
1211 } |
1206 |
1212 |
1207 .plugins .active th.check-column, |
1213 .plugins .active th.check-column, |
1208 .plugin-update-tr.active td { |
1214 .plugin-update-tr.active td { |
1209 border-right: 4px solid #00a0d2; |
1215 border-right: 4px solid #72aee6; |
1210 } |
1216 } |
1211 |
1217 |
1212 .wp-list-table.plugins .plugin-title, |
1218 .wp-list-table.plugins .plugin-title, |
1213 .wp-list-table.plugins .theme-title { |
1219 .wp-list-table.plugins .theme-title { |
1214 padding-left: 12px; |
1220 padding-left: 12px; |
1223 height: 64px; |
1229 height: 64px; |
1224 } |
1230 } |
1225 |
1231 |
1226 .plugins .plugin-title .dashicons:before { |
1232 .plugins .plugin-title .dashicons:before { |
1227 padding: 2px; |
1233 padding: 2px; |
1228 background-color: #eee; |
1234 background-color: #f0f0f1; |
1229 box-shadow: inset 0 0 10px rgba(160, 165, 170, 0.15); |
1235 box-shadow: inset 0 0 10px rgba(167, 170, 173, 0.15); |
1230 font-size: 60px; |
1236 font-size: 60px; |
1231 color: #B4B9BE; |
1237 color: #c3c4c7; |
1232 } |
1238 } |
1233 |
1239 |
1234 #update-themes-table .plugin-title img, |
1240 #update-themes-table .plugin-title img, |
1235 #update-themes-table .plugin-title .dashicons { |
1241 #update-themes-table .plugin-title .dashicons { |
1236 width: 85px; |
1242 width: 85px; |
1282 .updates-table .plugin-title a { |
1288 .updates-table .plugin-title a { |
1283 text-decoration: underline; |
1289 text-decoration: underline; |
1284 } |
1290 } |
1285 |
1291 |
1286 .plugins tr.paused th.check-column { |
1292 .plugins tr.paused th.check-column { |
1287 border-right: 4px solid #d54e21; |
1293 border-right: 4px solid #d63638; |
1288 } |
1294 } |
1289 |
1295 |
1290 .plugins tr.paused th, |
1296 .plugins tr.paused th, |
1291 .plugins tr.paused td { |
1297 .plugins tr.paused td { |
1292 background-color: #fef7f1; |
1298 background-color: #f6f7f7; |
1293 } |
1299 } |
1294 |
1300 |
1295 .plugins tr.paused .plugin-title, |
1301 .plugins tr.paused .plugin-title, |
1296 .plugins .paused .dashicons-warning { |
1302 .plugins .paused .dashicons-warning { |
1297 color: #dc3232; |
1303 color: #d63638; |
1298 } |
1304 } |
1299 |
1305 |
1300 .plugins .paused .error-display p, |
1306 .plugins .paused .error-display p, |
1301 .plugins .paused .error-display code { |
1307 .plugins .paused .error-display code { |
1302 font-size: 90%; |
1308 font-size: 90%; |
1303 color: rgba( 0, 0, 0, 0.7 ); |
1309 color: rgba(0, 0, 0, 0.7); |
1304 } |
1310 } |
1305 |
1311 |
1306 .plugins .resume-link { |
1312 .plugins .resume-link { |
1307 color: #dc3232; |
1313 color: #d63638; |
1308 } |
1314 } |
1309 |
1315 |
1310 .plugin-card .update-now:before { |
1316 .plugin-card .update-now:before { |
1311 color: #f56e28; |
1317 color: #d63638; |
1312 content: "\f463"; |
1318 content: "\f463"; |
1313 display: inline-block; |
1319 display: inline-block; |
1314 font: normal 20px/1 dashicons; |
1320 font: normal 20px/1 dashicons; |
1315 margin: 3px -2px 0 5px; |
1321 margin: 3px -2px 0 5px; |
1316 speak: none; |
1322 speak: never; |
1317 -webkit-font-smoothing: antialiased; |
1323 -webkit-font-smoothing: antialiased; |
1318 -moz-osx-font-smoothing: grayscale; |
1324 -moz-osx-font-smoothing: grayscale; |
1319 vertical-align: top; |
1325 vertical-align: top; |
1320 } |
1326 } |
1321 |
1327 |
1521 width: calc( 100% - 180px ); |
1527 width: calc( 100% - 180px ); |
1522 } |
1528 } |
1523 |
1529 |
1524 .plugin-card .column-compatibility span:before { |
1530 .plugin-card .column-compatibility span:before { |
1525 font: normal 20px/.5 dashicons; |
1531 font: normal 20px/.5 dashicons; |
1526 speak: none; |
1532 speak: never; |
1527 display: inline-block; |
1533 display: inline-block; |
1528 padding: 0; |
1534 padding: 0; |
1529 top: 4px; |
1535 top: 4px; |
1530 right: -2px; |
1536 right: -2px; |
1531 position: relative; |
1537 position: relative; |
1532 vertical-align: top; |
1538 vertical-align: top; |
1533 -webkit-font-smoothing: antialiased; |
1539 -webkit-font-smoothing: antialiased; |
1534 -moz-osx-font-smoothing: grayscale; |
1540 -moz-osx-font-smoothing: grayscale; |
1535 text-decoration: none !important; |
1541 text-decoration: none !important; |
1536 color: #444; |
1542 color: #3c434a; |
1537 } |
1543 } |
1538 |
1544 |
1539 .plugin-card .column-compatibility .compatibility-incompatible:before { |
1545 .plugin-card .column-compatibility .compatibility-incompatible:before { |
1540 content: "\f158"; |
1546 content: "\f158"; |
1541 color: #c62d2d; |
1547 color: #d63638; |
1542 } |
1548 } |
1543 |
1549 |
1544 .plugin-card .column-compatibility .compatibility-compatible:before { |
1550 .plugin-card .column-compatibility .compatibility-compatible:before { |
1545 content: "\f147"; |
1551 content: "\f147"; |
1546 color: #31843f; |
1552 color: #007017; |
1547 } |
1553 } |
1548 |
1554 |
1549 .plugin-card .notice { |
1555 .plugin-card .notice { |
1550 margin: 20px 20px 0 20px; |
1556 margin: 20px 20px 0 20px; |
1551 } |
1557 } |
1558 height: 128px; |
1564 height: 128px; |
1559 margin: 0 0 20px 20px; |
1565 margin: 0 0 20px 20px; |
1560 } |
1566 } |
1561 |
1567 |
1562 .no-plugin-results { |
1568 .no-plugin-results { |
1563 color: #666; /* same as no themes and no media */ |
1569 color: #646970; /* same as no themes and no media */ |
1564 font-size: 18px; |
1570 font-size: 18px; |
1565 font-style: normal; |
1571 font-style: normal; |
1566 margin: 0; |
1572 margin: 0; |
1567 padding: 100px 0 0; |
1573 padding: 100px 0 0; |
1568 text-align: center; |
1574 text-align: center; |
1569 } |
1575 } |
1570 |
1576 |
1571 /* ms */ |
1577 /* ms */ |
1572 /* Background Color for Site Status */ |
1578 /* Background Color for Site Status */ |
1573 .wp-list-table .site-deleted, |
1579 .wp-list-table .site-deleted, |
1574 .wp-list-table tr.site-deleted { |
1580 .wp-list-table tr.site-deleted, |
1575 background: #ff8573; |
|
1576 } |
|
1577 .wp-list-table .site-spammed, |
|
1578 .wp-list-table tr.site-spammed { |
|
1579 background: #faafaa; |
|
1580 } |
|
1581 .wp-list-table .site-archived, |
1581 .wp-list-table .site-archived, |
1582 .wp-list-table tr.site-archived { |
1582 .wp-list-table tr.site-archived { |
1583 background: #ffebe8; |
1583 background: #fcf0f1; |
1584 } |
1584 } |
|
1585 .wp-list-table .site-spammed, |
|
1586 .wp-list-table tr.site-spammed, |
1585 .wp-list-table .site-mature, |
1587 .wp-list-table .site-mature, |
1586 .wp-list-table tr.site-mature { |
1588 .wp-list-table tr.site-mature { |
1587 background: #fecac2; |
1589 background: #fcf9e8; |
1588 } |
1590 } |
1589 |
1591 |
1590 .sites.fixed .column-lastupdated, |
1592 .sites.fixed .column-lastupdated, |
1591 .sites.fixed .column-registered { |
1593 .sites.fixed .column-registered { |
1592 width: 20%; |
1594 width: 20%; |
1852 min-width: 0; |
1854 min-width: 0; |
1853 padding: 0; |
1855 padding: 0; |
1854 border: none; |
1856 border: none; |
1855 border-radius: 0; |
1857 border-radius: 0; |
1856 background: none; |
1858 background: none; |
1857 color: #bb2a2a; |
1859 color: #b32d2e; |
1858 font-size: inherit; |
1860 font-size: inherit; |
1859 line-height: inherit; |
1861 line-height: inherit; |
1860 text-align: right; |
1862 text-align: right; |
1861 } |
1863 } |
1862 |
1864 |
1863 .column-response .post-com-count-pending:hover, |
1865 .column-response .post-com-count-pending:hover, |
1864 .column-comments .post-com-count-pending:hover { |
1866 .column-comments .post-com-count-pending:hover { |
1865 color: #dc3232; |
1867 color: #d63638; |
1866 } |
1868 } |
1867 |
1869 |
1868 .widefat thead td.check-column, |
1870 .widefat thead td.check-column, |
1869 .widefat tfoot td.check-column { |
1871 .widefat tfoot td.check-column { |
1870 padding-top: 10px; |
1872 padding-top: 10px; |
1871 } |
1873 } |
1872 |
1874 |
|
1875 .row-actions { |
|
1876 margin-right: -8px; |
|
1877 margin-left: -8px; |
|
1878 padding-top: 4px; |
|
1879 } |
|
1880 |
1873 /* Make row actions more easy to select on mobile */ |
1881 /* Make row actions more easy to select on mobile */ |
1874 body:not(.plugins-php) .row-actions { |
1882 body:not(.plugins-php) .row-actions { |
1875 display: -ms-grid; |
1883 display: flex; |
1876 display: grid; |
1884 flex-wrap: wrap; |
1877 -ms-grid-columns: auto auto auto; |
1885 gap: 8px; |
1878 grid-template-columns: auto auto auto; |
|
1879 color: transparent; |
1886 color: transparent; |
1880 } |
|
1881 |
|
1882 .row-actions span { |
|
1883 padding: 4px 0; |
|
1884 } |
1887 } |
1885 |
1888 |
1886 .row-actions span a, |
1889 .row-actions span a, |
1887 .row-actions span .button-link { |
1890 .row-actions span .button-link { |
1888 display: inline-block; |
1891 display: inline-block; |
1889 padding: 4px 0; |
1892 padding: 4px 8px; |
1890 line-height: 1.5; |
1893 line-height: 1.5; |
1891 } |
1894 } |
1892 |
1895 |
1893 .row-actions span.approve:before, |
1896 .row-actions span.approve:before, |
1894 .row-actions span.unapprove:before { |
1897 .row-actions span.unapprove:before { |
2065 .plugins .plugin-update-tr:before { |
2068 .plugins .plugin-update-tr:before { |
2066 content: ""; |
2069 content: ""; |
2067 display: table-cell; |
2070 display: table-cell; |
2068 } |
2071 } |
2069 |
2072 |
2070 .plugins .active.update + .plugin-update-tr:before { |
|
2071 border-right: 4px solid #d54e21; |
|
2072 background-color: #fef7f1; |
|
2073 } |
|
2074 |
|
2075 .plugins #the-list .plugin-update-tr .plugin-update { |
2073 .plugins #the-list .plugin-update-tr .plugin-update { |
2076 border-right: none; |
2074 border-right: none; |
2077 } |
2075 } |
2078 |
2076 |
2079 .plugin-update-tr .update-message { |
2077 .plugin-update-tr .update-message { |
2080 margin-right: 0; |
2078 margin-right: 0; |
2081 } |
2079 } |
2082 |
2080 |
2083 .plugins .active.update + .plugin-update-tr:before { |
2081 .plugins .active.update + .plugin-update-tr:before, |
2084 background-color: #f7fcfe; |
2082 .plugins .active.updated + .plugin-update-tr:before { |
2085 border-right: 4px solid #00a0d2; |
2083 background-color: #f0f6fc; |
|
2084 border-right: 4px solid #72aee6; |
2086 } |
2085 } |
2087 |
2086 |
2088 .plugins .plugin-update-tr .update-message { |
2087 .plugins .plugin-update-tr .update-message { |
2089 margin-right: 0; |
2088 margin-right: 0; |
2090 } |
2089 } |
2138 .plugin-card { |
2137 .plugin-card { |
2139 margin-right: 0; |
2138 margin-right: 0; |
2140 margin-left: 0; |
2139 margin-left: 0; |
2141 width: 100%; |
2140 width: 100%; |
2142 } |
2141 } |
|
2142 |
|
2143 table.media .column-title .has-media-icon ~ .row-actions { |
|
2144 margin-right: 0; |
|
2145 clear: both; |
|
2146 } |
2143 } |
2147 } |
2144 |
2148 |
2145 @media screen and (max-width: 480px) { |
2149 @media screen and (max-width: 480px) { |
2146 .tablenav-pages .current-page { |
2150 .tablenav-pages .current-page { |
2147 margin: 0; |
2151 margin: 0; |
2148 } |
2152 } |
2149 |
2153 |
2150 /* Drop row actions to two columns on a small screen */ |
2154 .tablenav.bottom .displaying-num { |
2151 .row-actions:not(.plugins-php) { |
2155 position: relative; |
2152 -ms-grid-columns: auto auto; |
2156 top: 0; |
2153 grid-template-columns: auto auto; |
2157 display: block; |
|
2158 text-align: left; |
|
2159 padding-bottom: 0.5em; |
|
2160 } |
|
2161 |
|
2162 .tablenav.bottom .tablenav-pages.one-page { |
|
2163 height: auto; |
2154 } |
2164 } |
2155 |
2165 |
2156 .tablenav-pages .tablenav-paging-text { |
2166 .tablenav-pages .tablenav-paging-text { |
2157 float: right; |
2167 float: right; |
2158 width: 100%; |
2168 width: 100%; |