@import "../image"; @import "../lib/icon"; @import "../lib/background"; .farbtastic .wheel { .imagePath(@background-farbtastic-wheel); } .farbtastic .overlay { .imagePath(@background-farbtastic-overlay); } .farbtastic .marker { .imagePath(@background-farbtastic-marker); } .bi-display-tree { & .ztree li span.button.switch.center_open { .imagePath(@icon-tree-vertical-line-3); } & .ztree li span.button.switch.roots_open { .imagePath(@icon-tree-vertical-line-2); } & .ztree li span.button.switch.bottom_open { .imagePath(@icon-tree-vertical-line-4); } } .ztree li ul.line { .imagePath(@icon-tree-vertical-line-1, 0, 0, repeat-y); } .bi-theme-dark { .ztree li ul.line { .imagePath(@icon-tree-vertical-line-1-theme-dark, 0, 0, repeat-y); } } .ztree li span.button.chk.checkbox_false_full { .imagePath(@icon-checkbox-normal); } .ztree li span.button.chk.checkbox_false_full_focus { .imagePath(@icon-checkbox-normal); } .ztree li span.button.chk.checkbox_false_part { .imagePath(@icon-half-select); } .ztree li span.button.chk.checkbox_false_part_focus { .imagePath(@icon-half-select); } .ztree li span.button.chk.checkbox_true_full { .imagePath(@icon-checkbox-active); } .ztree li span.button.chk.checkbox_true_full_focus { .imagePath(@icon-checkbox-active); } .ztree li span.button.chk.checkbox_true_part { .imagePath(@icon-half-select); } .ztree li span.button.chk.checkbox_true_part_focus { .imagePath(@icon-half-select); } .ztree li span.button.root_open { .imagePath(@icon-tree-expand-type1); } .bi-theme-dark { .ztree li span.button.root_open { .imagePath(@icon-tree-expand-type1-theme-dark); } } .ztree li span.button.root_close { .imagePath(@icon-tree-collapse-type1); } .bi-theme-dark { .ztree li span.button.root_close { .imagePath(@icon-tree-collapse-type1-theme-dark); } } .ztree li span.button.roots_open { .imagePath(@icon-tree-expand-type2); } .bi-theme-dark { .ztree li span.button.roots_open { .imagePath(@icon-tree-expand-type2-theme-dark); } } .ztree li span.button.roots_close { .imagePath(@icon-tree-collapse-type2); } .bi-theme-dark { .ztree li span.button.roots_close { .imagePath(@icon-tree-collapse-type2-theme-dark); } } .ztree li span.button.center_open { .imagePath(@icon-tree-expand-type3); } .bi-theme-dark { .ztree li span.button.center_open { .imagePath(@icon-tree-expand-type3-theme-dark); } } .ztree li span.button.center_close { .imagePath(@icon-tree-collapse-type3); } .bi-theme-dark { .ztree li span.button.center_close { .imagePath(@icon-tree-collapse-type3-theme-dark); } } .ztree li span.button.bottom_open { .imagePath(@icon-tree-expand-type4); } .bi-theme-dark { .ztree li span.button.bottom_open { .imagePath(@icon-tree-expand-type4-theme-dark); } } .ztree li span.button.bottom_close { .imagePath(@icon-tree-collapse-type4); } .bi-theme-dark { .ztree li span.button.bottom_close { .imagePath(@icon-tree-collapse-type4-theme-dark); } } .ztree li span.button.roots_docu { .imagePath(@icon-tree-vertical-line-2); } .bi-theme-dark { .ztree li span.button.roots_docu { .imagePath(@icon-tree-vertical-line-2-theme-dark); } } .ztree li span.button.center_docu { .imagePath(@icon-tree-vertical-line-3); } .bi-theme-dark { .ztree li span.button.center_docu { .imagePath(@icon-tree-vertical-line-3-theme-dark); } } .ztree li span.button.bottom_docu { .imagePath(@icon-tree-vertical-line-4); } .bi-theme-dark { .ztree li span.button.bottom_docu { .imagePath(@icon-tree-vertical-line-4-theme-dark); } } .ztree li span.button.ico_loading { .imagePath(@icon-loading); } .base-line-conn-background { .imagePath(@icon-tree-vertical-line-1, 0, 0, repeat-y); } .bi-theme-dark { .base-line-conn-background { .imagePath(@icon-tree-vertical-line-1-theme-dark, 0, 0, repeat-y); } } .first-line-conn-background { .imagePath(@icon-tree-vertical-line-2); } .bi-theme-dark { .first-line-conn-background { .imagePath(@icon-tree-vertical-line-2-theme-dark); } } .mid-line-conn-background { .imagePath(@icon-tree-vertical-line-3); } .bi-theme-dark { .mid-line-conn-background { .imagePath(@icon-tree-vertical-line-3-theme-dark); } } .last-line-conn-background { .imagePath(@icon-tree-vertical-line-4); } .bi-theme-dark { .last-line-conn-background { .imagePath(@icon-tree-vertical-line-4-theme-dark); } } .loading-background { .imagePath(@icon-loading); } .auto-color-background { .imagePath(@background-auto-color); } .auto-color-normal-background { .imagePath(@background-auto-color-normal); } .trans-color-background { .imagePath(@background-trans-color); }