root / trunk / web / dojo / dijit / themes / claro / Tree.css @ 11
History | View | Annotate | Download (2.1 KB)
| 1 | 9 | andrej.cim | |
|---|---|---|---|
| 2 | .claro .dijitTreeNode { |
||
| 3 | zoom: 1; |
||
| 4 | } |
||
| 5 | .claro .dijitTreeIsRoot { |
||
| 6 | background-image: none; |
||
| 7 | } |
||
| 8 | .claro .dijitTreeRow { |
||
| 9 | |||
| 10 | padding: 4px 1px 2px 0px; |
||
| 11 | margin-left: 1px; |
||
| 12 | background-image: url("images/commonHighlight.png"); |
||
| 13 | background-position:0px 0px; |
||
| 14 | background-repeat:repeat-x; |
||
| 15 | border-color: rgba(118,157,192,0); |
||
| 16 | background-color: rgba(171,214,255,0); |
||
| 17 | -webkit-transition-property:background-color, border-color; |
||
| 18 | -webkit-transition-duration:.25s ; |
||
| 19 | -webkit-transition-timing-function: ease-out; |
||
| 20 | } |
||
| 21 | .dj_ie6 .claro .dijitTreeRow { |
||
| 22 | background-image: none; |
||
| 23 | } |
||
| 24 | .claro .dijitTreeRowSelected { |
||
| 25 | background-repeat:repeat-x; |
||
| 26 | background-color:#d8edff; |
||
| 27 | padding: 3px 0px 1px; |
||
| 28 | margin-left: 0px; |
||
| 29 | border:solid 1px #c3e2fd; |
||
| 30 | color:#000; |
||
| 31 | } |
||
| 32 | .claro .dijitTreeRowHover { |
||
| 33 | background-color:#abd6ff; |
||
| 34 | padding: 3px 0px 1px; |
||
| 35 | margin-left: 0px; |
||
| 36 | border:solid 1px #769dc0; |
||
| 37 | color:#000; |
||
| 38 | -webkit-transition-duration:.25s ; |
||
| 39 | } |
||
| 40 | .claro .dijitTreeRowActive { |
||
| 41 | background-color:#7dbefa; |
||
| 42 | background-position:0px -177px; |
||
| 43 | padding: 3px 0px 1px; |
||
| 44 | margin-left: 0px; |
||
| 45 | border:solid 1px #769dc0; |
||
| 46 | color:#000; |
||
| 47 | } |
||
| 48 | .dj_ie6 .claro .dijitTreeRowActive { |
||
| 49 | background-image: none; |
||
| 50 | } |
||
| 51 | .claro .dijitTreeRowFocused { |
||
| 52 | background-repeat: repeat; |
||
| 53 | } |
||
| 54 | .claro .dijitTreeExpando { |
||
| 55 | background-image: url('images/treeExpandImages.png'); |
||
| 56 | width: 16px; |
||
| 57 | height: 16px; |
||
| 58 | background-position: -35px 0px |
||
| 59 | } |
||
| 60 | .dj_ie6 .claro .dijitTreeExpando { |
||
| 61 | background-image: url('images/treeExpandImages8bit.png'); |
||
| 62 | } |
||
| 63 | .claro .dijitTreeRowHover .dijitTreeExpandoOpened { |
||
| 64 | background-position: -53px 0px; |
||
| 65 | } |
||
| 66 | .claro .dijitTreeExpandoClosed { |
||
| 67 | background-position: 1px 0px; |
||
| 68 | } |
||
| 69 | .claro .dijitTreeRowHover .dijitTreeExpandoClosed { |
||
| 70 | background-position: -17px 0px; |
||
| 71 | } |
||
| 72 | .claro .dijitTreeExpandoLeaf{ |
||
| 73 | background-image:none; |
||
| 74 | } |
||
| 75 | .claro .dijitTreeExpandoLoading { |
||
| 76 | background-image: url('images/loadingAnimation.gif'); |
||
| 77 | } |
||
| 78 | .claro .dijitTreeNode .dojoDndItemBefore, |
||
| 79 | .claro .dijitTreeNode .dojoDndItemAfter { |
||
| 80 | border-bottom: none; |
||
| 81 | border-top: none; |
||
| 82 | } |
||
| 83 | .claro .dijitTreeNode .dojoDndItemBefore .dijitTreeContent { |
||
| 84 | border-top: 2px solid #369; |
||
| 85 | } |
||
| 86 | .claro .dijitTreeNode .dojoDndItemAfter .dijitTreeContent { |
||
| 87 | border-bottom: 2px solid #369; |
||
| 88 | } |