forked from boogunote/bn5
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
91 lines (77 loc) · 1.63 KB
/
Copy pathmain.css
File metadata and controls
91 lines (77 loc) · 1.63 KB
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
body { padding-top: 60px; }
textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
border-color: rgba(88, 88, 88, 0.8);
border-radius: 4px;
box-shadow: 0 1px 1px rgba(88, 88, 88, 0.075) inset, 0 0 8px rgba(88, 88, 88, 0.6);
outline: 0 none;
-webkit-appearance:none;
}
.tree-container {
margin-left: 20px;
margin-bottom: 20px;
}
.tree-node-unselected {
/*border: 1px solid #dae2ea;*/
/*background: #f8faff;*/
}
.tree-node-selected {
/*border: 1px solid #dae2ea;*/
background: #D8D8D8;
}
.tree-node {
}
.tree-node-wrapper {
/*position: relative;
margin-left: 20px;*/
display: -webkit-flex;
display: flex;
}
.tree-node-icon-container {
/* position: absolute;
text-align : right;
left: -20px;*/
margin-top: 2px;
-webkit-flex: none;
flex: none;
}
.tree-node-expand-button {
/*vertical-align: top*/
/* top : 2px;
position: relative;*/
margin: auto, auto;
/*margin-bottom: 2px;*/
font-size:10px;
width: 12px;
height: 12px;
cursor: pointer;
display:inline-block;
}
.tree-node-icon {
font-size:16px;
}
.tree-textarea {
/*width: 100%;*/
border:0px;
box-sizing:border-box;
-webkit-flex: 1;
flex: 1;
}
.tree-textarea-fold {
color: #6E6E6E;
font-style: italic;
}
.tree-handle {
padding: 10px;
background: #428bca;
color: #FFF;
margin-right: 10px;
}
.angular-ui-tree-handle:hover {
}
.angular-ui-tree-placeholder {
background: #f0f9ff;
border: 2px dashed #bed2db;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}