You are here

image_fupload-style.css in Image FUpload 6

Same filename and directory in other branches
  1. 6.3 image_fupload-style.css
  2. 6.2 image_fupload-style.css
#fsUploadProgress .progressContainer {
  background-color: #F7F7F7;
  border: 1px solid #E8E8E8;
  margin: 5px;
  overflow: hidden;
  padding: 4px;
}

#fsUploadProgress .blue {
  background-color: #F0F5FF;
  border: 1px solid #CEE2F2;
}

.progressBarInProgress, .progressBarError {
  width: 0%;
  height: 1em;  
  background-color: #0072B9;
  border-bottom: 0.5em solid #004A73;  
}

.progressBarComplete {
  width: 100%;
  height: 1em;
  background-color: #A2E379;
  border-bottom: 0.5em solid #79D841;  
}

File

image_fupload-style.css
View source
  1. #fsUploadProgress .progressContainer {
  2. background-color: #F7F7F7;
  3. border: 1px solid #E8E8E8;
  4. margin: 5px;
  5. overflow: hidden;
  6. padding: 4px;
  7. }
  8. #fsUploadProgress .blue {
  9. background-color: #F0F5FF;
  10. border: 1px solid #CEE2F2;
  11. }
  12. .progressBarInProgress, .progressBarError {
  13. width: 0%;
  14. height: 1em;
  15. background-color: #0072B9;
  16. border-bottom: 0.5em solid #004A73;
  17. }
  18. .progressBarComplete {
  19. width: 100%;
  20. height: 1em;
  21. background-color: #A2E379;
  22. border-bottom: 0.5em solid #79D841;
  23. }