Ticket #46684: 46684.patch
| File 46684.patch, 700 bytes (added by , 7 years ago) |
|---|
-
src/wp-admin/css/site-health.css
67 67 } 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 73 73 .site-health-progress.loading svg #bar { … … 108 108 } 109 109 } 110 110 111 @keyframes loadingEllipsis {112 0% {113 content: ".";114 }115 50% {116 content: "..";117 }118 100% {119 content: "...";120 }121 }122 123 111 .health-check-tab { 124 112 display: inline-block; 125 113 text-decoration: none;
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)