|
7 | 7 | |--------------------------------------------------*/ |
8 | 8 |
|
9 | 9 | .dtree { |
10 | | - font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; |
11 | | - font-size: 11px; |
12 | | - color: #666; |
13 | | - white-space: nowrap; |
| 10 | + font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; |
| 11 | + font-size: 11px; |
| 12 | + color: #666; |
| 13 | + white-space: nowrap; |
14 | 14 | } |
15 | 15 | .dtree img { |
16 | | - border: 0px; |
17 | | - vertical-align: middle; |
| 16 | + border: 0px; |
| 17 | + vertical-align: middle; |
18 | 18 | } |
19 | 19 | .dtree a { |
20 | | - color: #333; |
21 | | - text-decoration: none; |
| 20 | + color: #333; |
| 21 | + text-decoration: none; |
22 | 22 | } |
23 | 23 | .dtree a.node, .dtree a.nodeSel { |
24 | | - white-space: nowrap; |
25 | | - padding: 1px 2px 1px 2px; |
| 24 | + white-space: nowrap; |
| 25 | + padding: 1px 2px 1px 2px; |
26 | 26 | } |
27 | 27 | .dtree a.node:hover, .dtree a.nodeSel:hover { |
28 | | - color: #333; |
29 | | - text-decoration: underline; |
| 28 | + color: #333; |
| 29 | + text-decoration: underline; |
30 | 30 | } |
31 | 31 | .dtree a.nodeSel { |
32 | | - background-color: #c0d2ec; |
| 32 | + background-color: #c0d2ec; |
33 | 33 | } |
34 | 34 | .dtree .clip { |
35 | | - overflow: hidden; |
| 35 | + overflow: hidden; |
36 | 36 | } |
37 | 37 |
|
38 | 38 | /*--------------------------------------------------| |
@@ -91,7 +91,7 @@ svg:not(:root) { overflow: hidden; } |
91 | 91 |
|
92 | 92 | .ctxmenu |
93 | 93 | { |
94 | | - position:absolute; |
| 94 | + position:absolute; |
95 | 95 | min-width:64px; |
96 | 96 | height:auto; |
97 | 97 | padding: 4px; |
@@ -121,12 +121,14 @@ svg:not(:root) { overflow: hidden; } |
121 | 121 | background-color: #F0F0F0; |
122 | 122 | background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); |
123 | 123 | background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); |
124 | | - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); |
| 124 | + background-image: -webkit-gradient(linear, 0 0, 0 100%, |
| 125 | + from(#ffffff), to(#e6e6e6)); |
125 | 126 | background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); |
126 | 127 | background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); |
127 | 128 | background-image: linear-gradient(top, #ffffff, #e6e6e6); |
128 | 129 | background-repeat: repeat-x; |
129 | | - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0); |
| 130 | + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', |
| 131 | + endColorstr='#e6e6e6', GradientType=0); |
130 | 132 | } |
131 | 133 |
|
132 | 134 |
|
0 commit comments