1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
.account-tree-wrapper {
display:inline-block;
}
.account-tree-container {
overflow-y: scroll;
max-height: 500px;
width: 250px;
position:absolute;
background-color:white;
-moz-box-shadow: 0 10px 20px #000000;
-webkit-box-shadow: 0 10px 20px #000000;
box-shadow: 0 10px 20px #000000;
}
.selector-input {
width: 250px;
}
.account-tree .angular-ui-tree-handle {
margin-bottom: 0px;
}
.account-tree .expander {
line-height:initial;
}
.account-tree .angular-ui-tree-node .angular-ui-tree-node .angular-ui-tree-handle:hover {
background-color:#cccccc;
}
.menu-tree-wrapper {
display: inline-block;
}
.menu-tree-container {
overflow-y: scroll;
overflow-x: hidden;
max-height: 150px;
width: 250px;
position: absolute;
z-index: 2;
background-color: white;
-moz-box-shadow: 0 10px 20px #000000;
-webkit-box-shadow: 0 10px 20px #000000;
box-shadow: 0 10px 20px #000000;
}
.selector-input {
width: 250px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555555;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.menu-tree-wrapper .tree-view {
padding: 10px 0 0 0;
min-height: 150px;
}
/*.permission-selector-wrapper {
display: inline-block;
}
.ivhtreedata
{
margin: 10px 0px 0px 20px;
}
.permission-selector-wrapper .menu-tree-container {
max-height: 320px;
width: 320px;
}
.dx-searchbox {
margin: 12px;
}
.selector-input {
width: 320px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555555;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}*/