Changeset 60710
- Timestamp:
- 09/05/2025 04:01:58 AM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/css/forms.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/forms.css
r60645 r60710 1467 1467 } 1468 1468 1469 .email-personal-data::before {1470 display: inline-block;1471 font: normal 20px/1 dashicons;1472 margin: 3px 5px 0 -2px;1473 speak: never;1474 -webkit-font-smoothing: antialiased;1475 -moz-osx-font-smoothing: grayscale;1476 vertical-align: top;1477 }1478 1479 .email-personal-data--sending::before {1480 color: #d63638;1481 content: "\f463";1482 animation: rotation 2s infinite linear;1483 }1484 1485 .email-personal-data--sent::before {1486 color: #68de7c;1487 content: "\f147";1488 }1489 1490 1491 1469 /* =Media Queries 1492 1470 -------------------------------------------------------------- */
Note: See TracChangeset
for help on using the changeset viewer.