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 8// Import common styles 9@import "../skin-common.less"; 10 11// Import standard win8 12@import "../skin-win8/ui.fancytree.less"; 13 14 15// Override the variable after the import. 16// NOTE: Variables are always resolved as the last definition, even if it is 17// after where it is used. 18@fancy-use-sprites: true; // false: suppress all background images (i.e. icons) 19 20@fancy-level-indent: 32px; 21@fancy-line-height: 32px; // height of a nodes selection bar including borders 22@fancy-node-v-spacing: 1px; // gap between two node borders 23@fancy-icon-width: 32px; 24@fancy-icon-height: 32px; 25@fancy-icon-spacing: 6px; // margin between icon/icon or icon/title 26@fancy-icon-ofs-top: 0px; // extra vertical offset for expander, checkbox and icon 27@fancy-title-ofs-top: 0px; // extra vertical offset for title 28@fancy-node-border-width: 1px; 29@fancy-node-border-radius: 0px; 30@fancy-node-outline-width: 1px; 31 32// We need to define this variable here (not in skin-common.less) to make it 33// work with grunt and webpack: 34@fancy-image-prefix: "./skin-win8-xxl/"; 35 36ul.fancytree-container { 37// font-family: tahoma, arial, helvetica; 38 font-size: 20pt; 39 padding: 6px; 40} 41