Licitator 1.0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
545 B

5 years ago
  1. /* statusbar.css */
  2. /* Statusbar wrapper */
  3. .elfinder .elfinder-statusbar {
  4. /* */
  5. }
  6. /* File size */
  7. .elfinder .elfinder-statusbar .elfinder-stat-size {
  8. /* */
  9. }
  10. /* Current path (breadcrumb trail) */
  11. .elfinder .elfinder-statusbar .elfinder-path {
  12. /* */
  13. }
  14. /* Breadcrumb in current path */
  15. .elfinder .elfinder-statusbar .elfinder-path a {
  16. /* */
  17. }
  18. /* Name of selected file(s) */
  19. .elfinder .elfinder-statusbar .elfinder-stat-selected {
  20. /* */
  21. }
  22. /* Size of current file(s) */
  23. .elfinder .elfinder-statusbar .elfinder-stat-size {
  24. /* */
  25. }