Changeset 63645 for trunk/src/wp-admin/css/forms.css
- Timestamp:
- 09/16/2026 08:40:07 PM (7 days ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/css/forms.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/forms.css
r63559 r63645 1491 1491 .privacy_requests thead td:first-child, 1492 1492 .privacy_requests tfoot td:first-child { 1493 border-left: 4px solid #fff;1493 border-left: 4px solid transparent; 1494 1494 } 1495 1495 1496 1496 .privacy_requests tbody td.check-column { 1497 border-left: 4px solid #fff; 1498 background: #fff; 1499 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); 1497 border-left: 4px solid transparent; 1500 1498 } 1501 1499 … … 1504 1502 } 1505 1503 1506 .privacy_requests tbody .has-request-results th {1507 box-shadow: none;1508 }1509 1510 1504 .privacy_requests tbody .request-results th .notice { 1511 1505 margin: 0 0 5px; 1512 1506 } 1513 1507 1514 .privacy_requests tbody td:not(.check-column), 1515 .privacy_requests tbody th { 1516 background: #fff; 1517 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); 1518 } 1519 1520 .privacy_requests tbody .has-request-results td { 1521 box-shadow: none; 1508 /* 1509 * The results row is injected after its request row, so it lands on the opposite 1510 * stripe. Invert it to match. 1511 */ 1512 .privacy_requests tbody tr.request-results:nth-child(even) { 1513 background-color: #f6f7f7; 1514 } 1515 1516 .privacy_requests tbody tr.request-results:nth-child(odd) { 1517 background-color: transparent; 1518 } 1519 1520 /* 1521 * Where supported, skip the injected rows in the stripe count instead, so they 1522 * no longer shift the rows below. The rules above are the fallback. 1523 */ 1524 @supports selector(:nth-child(1 of :not(.request-results))) { 1525 .privacy_requests tbody > tr:nth-child(odd), 1526 .privacy_requests tbody > tr.request-results:nth-child(even) { 1527 background-color: transparent; 1528 } 1529 1530 .privacy_requests tbody > tr:nth-child(odd of :not(.request-results)), 1531 .privacy_requests tbody > tr:nth-child(odd of :not(.request-results)) + tr.request-results { 1532 background-color: #f6f7f7; 1533 } 1522 1534 } 1523 1535 … … 1528 1540 1529 1541 .privacy_requests tr.status-request-confirmed td.check-column { 1530 background-color: #fff;1531 1542 border-left-color: #3858e9; 1532 1543 } 1533 1544 1534 1545 .privacy_requests tr.status-request-failed td.check-column { 1535 background-color: #f6f7f7;1536 1546 border-left-color: #cc1818; 1537 1547 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)