re-implement progress-bar to work with all browsers

This commit is contained in:
Mario Vavti
2016-07-28 16:35:27 +02:00
parent fc105cf141
commit 500ee4c1bf
2 changed files with 15 additions and 5 deletions

View File

@@ -47,3 +47,10 @@
opacity: 0.5;
box-shadow: inset 0 0px 7px #5cb85c;
}
.upload-progress-bar {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mOM2RFTDwAE2QHxFMHIIwAAAABJRU5ErkJggg==') repeat-y;
background-size: 3px;
padding: 0px !important;
height: 3px;
}