.progress-bar-container { height: 28px; /* Can be anything */ position: relative; background: #DFDFDF; border: solid 1px #C1C1C1; border-radius: 4px; box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3); } .progress-bar-inner { display: block; height: 100%; width: 0%; background-color: rgb(80,166,57); position: relative; overflow: hidden; -webkit-transition: width 1s ease-in-out; -moz-transition: width 1s ease-in-out; -o-transition: width 1s ease-in-out; transition: width 1s ease-in-out; } .progress-bar-inner::after { content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-image: linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent ); z-index: 1; background-size: 50px 50px; /* animation: move 2s linear infinite; */ overflow: hidden; /* animation: move 2s linear infinite; */ } @keyframes move { 0% { background-position: 0 0; } 100% { background-position: 50px 50px; } } .image-sizes-acf-container { max-width: 930px; } .image-sizes-acf-progress-table { width: 100%; border-collapse: collapse; margin-bottom: 15px; } .image-sizes-acf-progress-table td { background: #FFF; border: solid 1px #DDD; padding: 15px; font-size: 16px; } .image-sizes-acf-progress-table td p { font-size: 16px; } #image-sizes-acf-error-text-container { display: none; } .image-sizes-acf-percent { text-align: center; font-weight: bold; margin-bottom: 0; } .image-sizes-acf-info p { margin: 20px 0; } .image-sizes-acf-options { border-top: solid 1px #808080; border-bottom: solid 1px #808080; padding: 10px 4px; margin-top: 30px; } .image-sizes-acf-options p { margin: 20px 0; } .image-sizes-acf-options label { font-weight: 500; } .image-sizes-acf-options label input[type=checkbox] { margin-right: 15px; } #optimisation-progress-container { display: none; }