b2a734fe46c31b98eede7e05fe93d774f784f52e
[fnpeditor.git] / modules / nodeFamilyTree / nodeFamilyTree.less
1 .rng-module-nodeFamilyTree {\r
2     overflow-y: scroll;\r
3     max-height: 150px;\r
4     width:100%;\r
5     margin-top:10px;\r
6 \r
7     table {\r
8         width: 90%;\r
9         margin: 0;\r
10     \r
11         tr {\r
12             td:nth-child(1) {\r
13                 width: 30%;\r
14             }\r
15             td:nth-child(2) {\r
16                 width: 70%;\r
17             }\r
18             td ul {\r
19                 list-style-type: none;\r
20                 margin: 0;\r
21             }\r
22             \r
23         }\r
24     }\r
25     \r
26     &::-webkit-scrollbar {\r
27         .rng-mixin-scrollbar;\r
28     }\r
29     &::-webkit-scrollbar-track {\r
30         .rng-mixin-scrollbar-track;\r
31     }\r
32     &::-webkit-scrollbar-thumb {\r
33         .rng-mixin-scrollbar-thumb;\r
34     }\r
35     &::-webkit-scrollbar-thumb:window-inactive {\r
36         .rng-mixin-scrollbar-thumb-window-inactive;\r
37     }\r
38 }