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.

24 lines
643 B

5 years ago
  1. /* main.css */
  2. /* Container div for elFinder */
  3. .elfinder,
  4. .elfinder .elfinder-dialog,
  5. .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-menu {
  6. background: #fff;
  7. border: 1px solid #69bcee;
  8. box-shadow: 0 0 5px #cdcdcd;
  9. border-radius: 0;
  10. }
  11. /* Override styles in child elements of elFinder div */
  12. /* Use for consistently setting text sizes and overriding general jQuery UI styles */
  13. .elfinder * {
  14. color: #000;
  15. font-family: 'Open Sans', sans-serif;
  16. }
  17. /* Resizer */
  18. /* Used if elFinder is resizable and on dialogs */
  19. .elfinder .ui-icon-gripsmall-diagonal-se,
  20. .elfinder-dialog .ui-icon-gripsmall-diagonal-se {
  21. /* */
  22. }