[76] | 1 | /*! |
---|
| 2 | * Ext JS Library 3.4.0 |
---|
| 3 | * Copyright(c) 2006-2011 Sencha Inc. |
---|
| 4 | * licensing@sencha.com |
---|
| 5 | * http://www.sencha.com/license |
---|
| 6 | */ |
---|
| 7 | .x-tree-node-expanded .x-tree-node-icon{ |
---|
| 8 | background-image:url(../images/default/tree/folder-open.gif); |
---|
| 9 | } |
---|
| 10 | |
---|
| 11 | .x-tree-node-leaf .x-tree-node-icon{ |
---|
| 12 | background-image:url(../images/default/tree/leaf.gif); |
---|
| 13 | } |
---|
| 14 | |
---|
| 15 | .x-tree-node-collapsed .x-tree-node-icon{ |
---|
| 16 | background-image:url(../images/default/tree/folder.gif); |
---|
| 17 | } |
---|
| 18 | |
---|
| 19 | .x-tree-node-loading .x-tree-node-icon{ |
---|
| 20 | background-image:url(../images/default/tree/loading.gif) !important; |
---|
| 21 | } |
---|
| 22 | |
---|
| 23 | .x-tree-node .x-tree-node-inline-icon { |
---|
| 24 | background-image: none; |
---|
| 25 | } |
---|
| 26 | |
---|
| 27 | .x-tree-node-loading a span{ |
---|
| 28 | font-style: italic; |
---|
| 29 | color:#444444; |
---|
| 30 | } |
---|
| 31 | |
---|
| 32 | .ext-ie .x-tree-node-el input { |
---|
| 33 | width:15px; |
---|
| 34 | height:15px; |
---|
| 35 | } |
---|
| 36 | |
---|
| 37 | .x-tree-lines .x-tree-elbow{ |
---|
| 38 | background-image:url(../images/default/tree/elbow.gif); |
---|
| 39 | } |
---|
| 40 | |
---|
| 41 | .x-tree-lines .x-tree-elbow-plus{ |
---|
| 42 | background-image:url(../images/default/tree/elbow-plus.gif); |
---|
| 43 | } |
---|
| 44 | |
---|
| 45 | .x-tree-lines .x-tree-elbow-minus{ |
---|
| 46 | background-image:url(../images/default/tree/elbow-minus.gif); |
---|
| 47 | } |
---|
| 48 | |
---|
| 49 | .x-tree-lines .x-tree-elbow-end{ |
---|
| 50 | background-image:url(../images/default/tree/elbow-end.gif); |
---|
| 51 | } |
---|
| 52 | |
---|
| 53 | .x-tree-lines .x-tree-elbow-end-plus{ |
---|
| 54 | background-image:url(../images/gray/tree/elbow-end-plus.gif); |
---|
| 55 | } |
---|
| 56 | |
---|
| 57 | .x-tree-lines .x-tree-elbow-end-minus{ |
---|
| 58 | background-image:url(../images/gray/tree/elbow-end-minus.gif); |
---|
| 59 | } |
---|
| 60 | |
---|
| 61 | .x-tree-lines .x-tree-elbow-line{ |
---|
| 62 | background-image:url(../images/default/tree/elbow-line.gif); |
---|
| 63 | } |
---|
| 64 | |
---|
| 65 | .x-tree-no-lines .x-tree-elbow-plus{ |
---|
| 66 | background-image:url(../images/default/tree/elbow-plus-nl.gif); |
---|
| 67 | } |
---|
| 68 | |
---|
| 69 | .x-tree-no-lines .x-tree-elbow-minus{ |
---|
| 70 | background-image:url(../images/default/tree/elbow-minus-nl.gif); |
---|
| 71 | } |
---|
| 72 | |
---|
| 73 | .x-tree-no-lines .x-tree-elbow-end-plus{ |
---|
| 74 | background-image:url(../images/gray/tree/elbow-end-plus-nl.gif); |
---|
| 75 | } |
---|
| 76 | |
---|
| 77 | .x-tree-no-lines .x-tree-elbow-end-minus{ |
---|
| 78 | background-image:url(../images/gray/tree/elbow-end-minus-nl.gif); |
---|
| 79 | } |
---|
| 80 | |
---|
| 81 | .x-tree-arrows .x-tree-elbow-plus{ |
---|
| 82 | background-image:url(../images/gray/tree/arrows.gif); |
---|
| 83 | } |
---|
| 84 | |
---|
| 85 | .x-tree-arrows .x-tree-elbow-minus{ |
---|
| 86 | background-image:url(../images/gray/tree/arrows.gif); |
---|
| 87 | } |
---|
| 88 | |
---|
| 89 | .x-tree-arrows .x-tree-elbow-end-plus{ |
---|
| 90 | background-image:url(../images/gray/tree/arrows.gif); |
---|
| 91 | } |
---|
| 92 | |
---|
| 93 | .x-tree-arrows .x-tree-elbow-end-minus{ |
---|
| 94 | background-image:url(../images/gray/tree/arrows.gif); |
---|
| 95 | } |
---|
| 96 | |
---|
| 97 | .x-tree-node{ |
---|
| 98 | color:#000; |
---|
| 99 | font: normal 11px arial, tahoma, helvetica, sans-serif; |
---|
| 100 | } |
---|
| 101 | |
---|
| 102 | .x-tree-node a, .x-dd-drag-ghost a{ |
---|
| 103 | color:#000; |
---|
| 104 | } |
---|
| 105 | |
---|
| 106 | .x-tree-node a span, .x-dd-drag-ghost a span{ |
---|
| 107 | color:#000; |
---|
| 108 | } |
---|
| 109 | |
---|
| 110 | .x-tree-node .x-tree-node-disabled a span{ |
---|
| 111 | color:gray !important; |
---|
| 112 | } |
---|
| 113 | |
---|
| 114 | .x-tree-node div.x-tree-drag-insert-below{ |
---|
| 115 | border-bottom-color:#36c; |
---|
| 116 | } |
---|
| 117 | |
---|
| 118 | .x-tree-node div.x-tree-drag-insert-above{ |
---|
| 119 | border-top-color:#36c; |
---|
| 120 | } |
---|
| 121 | |
---|
| 122 | .x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a{ |
---|
| 123 | border-bottom-color:#36c; |
---|
| 124 | } |
---|
| 125 | |
---|
| 126 | .x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a{ |
---|
| 127 | border-top-color:#36c; |
---|
| 128 | } |
---|
| 129 | |
---|
| 130 | .x-tree-node .x-tree-drag-append a span{ |
---|
| 131 | background-color:#ddd; |
---|
| 132 | border-color:gray; |
---|
| 133 | } |
---|
| 134 | |
---|
| 135 | .x-tree-node .x-tree-node-over { |
---|
| 136 | background-color: #eee; |
---|
| 137 | } |
---|
| 138 | |
---|
| 139 | .x-tree-node .x-tree-selected { |
---|
| 140 | background-color: #ddd; |
---|
| 141 | } |
---|
| 142 | |
---|
| 143 | .x-tree-drop-ok-append .x-dd-drop-icon{ |
---|
| 144 | background-image: url(../images/default/tree/drop-add.gif); |
---|
| 145 | } |
---|
| 146 | |
---|
| 147 | .x-tree-drop-ok-above .x-dd-drop-icon{ |
---|
| 148 | background-image: url(../images/default/tree/drop-over.gif); |
---|
| 149 | } |
---|
| 150 | |
---|
| 151 | .x-tree-drop-ok-below .x-dd-drop-icon{ |
---|
| 152 | background-image: url(../images/default/tree/drop-under.gif); |
---|
| 153 | } |
---|
| 154 | |
---|
| 155 | .x-tree-drop-ok-between .x-dd-drop-icon{ |
---|
| 156 | background-image: url(../images/default/tree/drop-between.gif); |
---|
| 157 | } |
---|