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.
 
 
 
 
 

41 lines
1.3 KiB

  1. /*!
  2. * Fancytree "Win8" 32x32 skin.
  3. *
  4. * DON'T EDIT THE CSS FILE DIRECTLY, since it is automatically generated from
  5. * the LESS templates.
  6. */
  7. // Import common styles
  8. @import "../skin-common.less";
  9. // Import standard win8
  10. @import "../skin-win8/ui.fancytree.less";
  11. // Override the variable after the import.
  12. // NOTE: Variables are always resolved as the last definition, even if it is
  13. // after where it is used.
  14. @fancy-use-sprites: true; // false: suppress all background images (i.e. icons)
  15. @fancy-level-indent: 32px;
  16. @fancy-line-height: 32px; // height of a nodes selection bar including borders
  17. @fancy-node-v-spacing: 1px; // gap between two node borders
  18. @fancy-icon-width: 32px;
  19. @fancy-icon-height: 32px;
  20. @fancy-icon-spacing: 6px; // margin between icon/icon or icon/title
  21. @fancy-icon-ofs-top: 0px; // extra vertical offset for expander, checkbox and icon
  22. @fancy-title-ofs-top: 0px; // extra vertical offset for title
  23. @fancy-node-border-width: 1px;
  24. @fancy-node-border-radius: 0px;
  25. @fancy-node-outline-width: 1px;
  26. // We need to define this variable here (not in skin-common.less) to make it
  27. // work with grunt and webpack:
  28. @fancy-image-prefix: "./skin-win8-xxl/";
  29. ul.fancytree-container {
  30. // font-family: tahoma, arial, helvetica;
  31. font-size: 20pt;
  32. padding: 6px;
  33. }