: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
/*!******************************************************************************
* Copyright (c) 2019, Code Atlantic LLC
******************************************************************************/
.pum-batch-form .spinner {
.pum-batch-form .pum-upgrade-messages {
/* Fallback technique styles */
.pum-batch-progress progress {
background-clip: padding-box;
.pum-batch-progress progress::-moz-progress-bar, .pum-batch-progress progress::-ms-progress-bar, .pum-batch-progress progress::progress-bar {
.pum-batch-progress progress::-webkit-progress-bar {
.pum-batch-progress progress[value] {
/* Get rid of the default appearance */
-webkit-appearance: none;
/* Although firefox doesn't provide any additional pseudo class to style the progress element container, any style applied here works on the container. */
background-color: #4169e1;
/* This unfortunately leaves a trail of border behind in Firefox and Opera. We can remove that by setting the border to none. */
/* Of all IE, only IE10 supports progress element that too partially. It only allows to change the background-color of the progress value using the 'color' attribute. */
.pum-batch-progress progress[value]::-moz-progress-value, .pum-batch-progress progress[value]::-ms-progress-value, .pum-batch-progress progress[value]::progress-value {
background-color: #4169e1;
-moz-transition: width 0.15s cubic-bezier(0, 0, 1, -0.12);
-ms-transition: width 0.15s cubic-bezier(0, 0, 1, -0.12);
transition: width 0.15s cubic-bezier(0, 0, 1, -0.12);
.pum-batch-progress progress[value]::-webkit-progress-value {
background-color: #4169e1;
-webkit-transition: width 0.15s cubic-bezier(0, 0, 1, -0.12);
transition: width 0.15s cubic-bezier(0, 0, 1, -0.12);
animation: animate-stripes 5s linear infinite;
.pum-batch-progress progress:not([value]) {
background-color: #4169e1;
.pum-batch-progress progress:not([value]):before {
animation: indeterminate 0.15s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
background-color: inherit;
will-change: left, right;
.pum-batch-progress progress:not([value]):after {
animation: indeterminate-short 0.15s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
background-color: inherit;
will-change: left, right;
@keyframes indeterminate {
@keyframes indeterminate-short {
@keyframes animate-stripes {
background-position: -100px 0;
.pum-batch-progress .progress-bar {
background-color: whiteSmoke;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset;
/* Dimensions should be similar to the parent progress element. */
.pum-batch-progress .progress-bar span {
background-color: #4169e1;
.admin-color-fresh .pum-batch-progress progress[value] {
background-color: #0073aa;
/* Of all IE, only IE10 supports progress element that too partially. It only allows to change the background-color of the progress value using the 'color' attribute. */
.admin-color-fresh .pum-batch-progress progress[value]::-moz-progress-value, .admin-color-fresh .pum-batch-progress progress[value]::-ms-progress-value, .admin-color-fresh .pum-batch-progress progress[value]::progress-value {
background-color: #0073aa;
.admin-color-fresh .pum-batch-progress progress[value]::-webkit-progress-value {
background-color: #0073aa;
.admin-color-fresh .pum-batch-progress progress:not([value]) {
background-color: #0073aa;
.admin-color-light .pum-batch-progress progress[value] {
/* Of all IE, only IE10 supports progress element that too partially. It only allows to change the background-color of the progress value using the 'color' attribute. */
.admin-color-light .pum-batch-progress progress[value]::-moz-progress-value, .admin-color-light .pum-batch-progress progress[value]::-ms-progress-value, .admin-color-light .pum-batch-progress progress[value]::progress-value {
.admin-color-light .pum-batch-progress progress[value]::-webkit-progress-value {
.admin-color-light .pum-batch-progress progress:not([value]) {
.admin-color-blue .pum-batch-progress progress[value] {
background-color: #096484;
/* Of all IE, only IE10 supports progress element that too partially. It only allows to change the background-color of the progress value using the 'color' attribute. */
.admin-color-blue .pum-batch-progress progress[value]::-moz-progress-value, .admin-color-blue .pum-batch-progress progress[value]::-ms-progress-value, .admin-color-blue .pum-batch-progress progress[value]::progress-value {
background-color: #096484;
.admin-color-blue .pum-batch-progress progress[value]::-webkit-progress-value {
background-color: #096484;
.admin-color-blue .pum-batch-progress progress:not([value]) {
background-color: #096484;
.admin-color-coffee .pum-batch-progress progress[value] {
background-color: #c7a589;
/* Of all IE, only IE10 supports progress element that too partially. It only allows to change the background-color of the progress value using the 'color' attribute. */
.admin-color-coffee .pum-batch-progress progress[value]::-moz-progress-value, .admin-color-coffee .pum-batch-progress progress[value]::-ms-progress-value, .admin-color-coffee .pum-batch-progress progress[value]::progress-value {
background-color: #c7a589;
.admin-color-coffee .pum-batch-progress progress[value]::-webkit-progress-value {
background-color: #c7a589;
.admin-color-coffee .pum-batch-progress progress:not([value]) {
background-color: #c7a589;
.admin-color-ectoplasm .pum-batch-progress progress[value] {
background-color: #a3b745;
/* Of all IE, only IE10 supports progress element that too partially. It only allows to change the background-color of the progress value using the 'color' attribute. */
.admin-color-ectoplasm .pum-batch-progress progress[value]::-moz-progress-value, .admin-color-ectoplasm .pum-batch-progress progress[value]::-ms-progress-value, .admin-color-ectoplasm .pum-batch-progress progress[value]::progress-value {
background-color: #a3b745;
.admin-color-ectoplasm .pum-batch-progress progress[value]::-webkit-progress-value {
background-color: #a3b745;
.admin-color-ectoplasm .pum-batch-progress progress:not([value]) {
background-color: #a3b745;
.admin-color-midnight .pum-batch-progress progress[value] {
background-color: #e14d43;
/* Of all IE, only IE10 supports progress element that too partially. It only allows to change the background-color of the progress value using the 'color' attribute. */
.admin-color-midnight .pum-batch-progress progress[value]::-moz-progress-value, .admin-color-midnight .pum-batch-progress progress[value]::-ms-progress-value, .admin-color-midnight .pum-batch-progress progress[value]::progress-value {
background-color: #e14d43;
.admin-color-midnight .pum-batch-progress progress[value]::-webkit-progress-value {
background-color: #e14d43;
.admin-color-midnight .pum-batch-progress progress:not([value]) {
background-color: #e14d43;
.admin-color-sunrise .pum-batch-progress progress[value] {
background-color: #dd823b;
/* Of all IE, only IE10 supports progress element that too partially. It only allows to change the background-color of the progress value using the 'color' attribute. */
.admin-color-sunrise .pum-batch-progress progress[value]::-moz-progress-value, .admin-color-sunrise .pum-batch-progress progress[value]::-ms-progress-value, .admin-color-sunrise .pum-batch-progress progress[value]::progress-value {
background-color: #dd823b;
.admin-color-sunrise .pum-batch-progress progress[value]::-webkit-progress-value {
background-color: #dd823b;
.admin-color-sunrise .pum-batch-progress progress:not([value]) {
background-color: #dd823b;
.pum-batch-progress progress,
.pum-batch-progress .pum-upgrade-message-textarea {
.pum-batch-progress.pum-batch-progress--active {
.pum-batch-progress.pum-batch-progress--active progress.active {
.pum-batch-progress.pum-batch-progress--active .pum-upgrade-message-textarea--active {
/*# sourceMappingURL=pum-admin-batch.css.map */