You are here

file_browser.dropzone.css in File Entity Browser 8

File

css/file_browser.dropzone.css
View source
  1. /**
  2. * @file file_browser.dropzone.css
  3. */
  4. .dropzone .dz-preview .dz-success-mark {
  5. background: transparent url("../images/checkmark.svg") no-repeat center center;
  6. background-size: 100% 100%;
  7. width: 54px;
  8. height: 54px;
  9. top: -20px;
  10. right: 0;
  11. bottom: 0;
  12. left: 0;
  13. margin: auto;
  14. }
  15. .dropzone .dz-preview .dz-error-mark {
  16. width: 54px;
  17. height: 54px;
  18. top: -20px;
  19. right: 0;
  20. bottom: 0;
  21. left: 0;
  22. margin: auto;
  23. }
  24. div.dz-preview > div.dz-success-mark > svg > g {
  25. display: none;
  26. }