.skeleton {
	background-color: #e2e5e7;
	background-image:			
			linear-gradient(
				90deg, 
				rgba(#fff, 0), 
				rgba(#fff, 0.5),
				rgba(#fff, 0)
			);
	background-size: 40px 100%;
	background-repeat: no-repeat;
	background-position: left -40px top 0;
	animation: shine 1s ease infinite;
}

@keyframes shine {
	to {
		background-position: right -40px top 0;
	}
}

.toolbar-icon-9 .toolbar-icon-admin-toolbar-tools-help:before, .toolbar-icon-10 .toolbar-icon-admin-toolbar-tools-help:before, .toolbar-icon-11 .toolbar-icon-admin-toolbar-tools-help:before {
    background-image: url(../favicon.ico) !important;
}