Changeset 45145
- Timestamp:
- 04/08/2019 11:28:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/site-health.css
r45128 r45145 68 68 69 69 .site-health-progress.loading .site-health-progress-count::after { 70 animation: loadingEllipsis 3s infinite ease-in-out;70 content: "···"; 71 71 } 72 72 … … 106 106 100% { 107 107 stroke: #adc5d2; 108 }109 }110 111 @keyframes loadingEllipsis {112 0% {113 content: ".";114 }115 50% {116 content: "..";117 }118 100% {119 content: "...";120 108 } 121 109 }
Note: See TracChangeset
for help on using the changeset viewer.