|
|
|
@ -1732,31 +1732,31 @@ textarea::-webkit-scrollbar-thumb:hover {
|
|
|
|
|
height: 101px; |
|
|
|
|
} |
|
|
|
|
.farbtastic .wheel { |
|
|
|
|
background: url("images/1x/third/farbtastic/wheel.png") no-repeat; |
|
|
|
|
background: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/third/farbtastic/wheel.png") no-repeat; |
|
|
|
|
width: 195px; |
|
|
|
|
height: 195px; |
|
|
|
|
} |
|
|
|
|
.farbtastic .overlay { |
|
|
|
|
background: url("images/1x/third/farbtastic/mask.png") no-repeat; |
|
|
|
|
background: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/third/farbtastic/mask.png") no-repeat; |
|
|
|
|
} |
|
|
|
|
.farbtastic .marker { |
|
|
|
|
width: 17px; |
|
|
|
|
height: 17px; |
|
|
|
|
margin: -8px 0 0 -8px; |
|
|
|
|
overflow: hidden; |
|
|
|
|
background: url("images/1x/third/farbtastic/marker.png") no-repeat; |
|
|
|
|
background: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/third/farbtastic/marker.png") no-repeat; |
|
|
|
|
} |
|
|
|
|
.bi-display-tree .ztree * { |
|
|
|
|
color: #999999; |
|
|
|
|
} |
|
|
|
|
.bi-display-tree .ztree li span.button.switch.center_open { |
|
|
|
|
background-image: url("images/1x//icon/tree-vertical-line-3.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x//icon/tree-vertical-line-3.png"); |
|
|
|
|
} |
|
|
|
|
.bi-display-tree .ztree li span.button.switch.roots_open { |
|
|
|
|
background-image: url("images/1x//icon/tree-vertical-line-2.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x//icon/tree-vertical-line-2.png"); |
|
|
|
|
} |
|
|
|
|
.bi-display-tree .ztree li span.button.switch.bottom_open { |
|
|
|
|
background-image: url("images/1x//icon/tree-vertical-line-4.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x//icon/tree-vertical-line-4.png"); |
|
|
|
|
} |
|
|
|
|
.bi-display-tree .ztree li a, |
|
|
|
|
.bi-display-tree .ztree li span { |
|
|
|
@ -1803,10 +1803,10 @@ website: http://code.google.com/p/jquerytree/
|
|
|
|
|
padding: 0 0 0 18px; |
|
|
|
|
} |
|
|
|
|
.ztree li ul.line { |
|
|
|
|
background: url("images/1x/icon/tree-vertical-line-1.png") 0 0 repeat-y; |
|
|
|
|
background: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/tree-vertical-line-1.png") 0 0 repeat-y; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .ztree li ul.line { |
|
|
|
|
background: url("images/1x/icon/dark/tree-vertical-line-1.png") 0 0 repeat-y; |
|
|
|
|
background: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/dark/tree-vertical-line-1.png") 0 0 repeat-y; |
|
|
|
|
} |
|
|
|
|
.ztree li a { |
|
|
|
|
padding: 1px 3px 0 0; |
|
|
|
@ -1861,8 +1861,8 @@ website: http://code.google.com/p/jquerytree/
|
|
|
|
|
background-color: transparent; |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
background-attachment: scroll; |
|
|
|
|
background-image: url("images/1x/third/ztree/img/zTreeStandard.png"); |
|
|
|
|
*background-image: url("images/1x/third/ztree/img/zTreeStandard.gif"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/third/ztree/img/zTreeStandard.png"); |
|
|
|
|
*background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/third/ztree/img/zTreeStandard.gif"); |
|
|
|
|
} |
|
|
|
|
.ztree li span.button.chk { |
|
|
|
|
width: 16px; |
|
|
|
@ -1871,31 +1871,31 @@ website: http://code.google.com/p/jquerytree/
|
|
|
|
|
cursor: auto; |
|
|
|
|
} |
|
|
|
|
.ztree li span.button.chk.checkbox_false_full { |
|
|
|
|
background-image: url("images/1x/icon/check-box-normal.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/check-box-normal.png"); |
|
|
|
|
} |
|
|
|
|
.ztree li span.button.chk.checkbox_false_full_focus { |
|
|
|
|
background-image: url("images/1x/icon/check-box-normal.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/check-box-normal.png"); |
|
|
|
|
} |
|
|
|
|
.ztree li span.button.chk.checkbox_false_part { |
|
|
|
|
background-image: url("images/1x/icon/half_selected.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/half_selected.png"); |
|
|
|
|
} |
|
|
|
|
.ztree li span.button.chk.checkbox_false_part_focus { |
|
|
|
|
background-image: url("images/1x/icon/half_selected.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/half_selected.png"); |
|
|
|
|
} |
|
|
|
|
.ztree li span.button.chk.checkbox_false_disable { |
|
|
|
|
background-position: 0 -56px; |
|
|
|
|
} |
|
|
|
|
.ztree li span.button.chk.checkbox_true_full { |
|
|
|
|
background-image: url("images/1x/icon/check-box-active.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/check-box-active.png"); |
|
|
|
|
} |
|
|
|
|
.ztree li span.button.chk.checkbox_true_full_focus { |
|
|
|
|
background-image: url("images/1x/icon/check-box-active.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/check-box-active.png"); |
|
|
|
|
} |
|
|
|
|
.ztree li span.button.chk.checkbox_true_part { |
|
|
|
|
background-image: url("images/1x/icon/half_selected.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/half_selected.png"); |
|
|
|
|
} |
|
|
|
|
.ztree li span.button.chk.checkbox_true_part_focus { |
|
|
|
|
background-image: url("images/1x/icon/half_selected.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/half_selected.png"); |
|
|
|
|
} |
|
|
|
|
.ztree li span.button.chk.checkbox_true_disable { |
|
|
|
|
background-position: -14px -56px; |
|
|
|
@ -1935,52 +1935,52 @@ website: http://code.google.com/p/jquerytree/
|
|
|
|
|
height: 25px; |
|
|
|
|
} |
|
|
|
|
.ztree li span.button.root_open { |
|
|
|
|
background-image: url("images/1x/icon/tree-expand-1.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/tree-expand-1.png"); |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .ztree li span.button.root_open { |
|
|
|
|
background-image: url("images/1x/icon/dark/tree-expand-1.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/dark/tree-expand-1.png"); |
|
|
|
|
} |
|
|
|
|
.ztree li span.button.root_close { |
|
|
|
|
background-image: url("images/1x/icon/tree-collapse-1.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/tree-collapse-1.png"); |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .ztree li span.button.root_close { |
|
|
|
|
background-image: url("images/1x/icon/dark/tree-collapse-1.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/dark/tree-collapse-1.png"); |
|
|
|
|
} |
|
|
|
|
.ztree li span.button.roots_open { |
|
|
|
|
background-image: url("images/1x/icon/tree-expand-2.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/tree-expand-2.png"); |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .ztree li span.button.roots_open { |
|
|
|
|
background-image: url("images/1x/icon/dark/tree-expand-2.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/dark/tree-expand-2.png"); |
|
|
|
|
} |
|
|
|
|
.ztree li span.button.roots_close { |
|
|
|
|
background-image: url("images/1x/icon/tree-collapse-2.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/tree-collapse-2.png"); |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .ztree li span.button.roots_close { |
|
|
|
|
background-image: url("images/1x/icon/dark/tree-collapse-2.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/dark/tree-collapse-2.png"); |
|
|
|
|
} |
|
|
|
|
.ztree li span.button.center_open { |
|
|
|
|
background-image: url("images/1x/icon/tree-expand-3.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/tree-expand-3.png"); |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .ztree li span.button.center_open { |
|
|
|
|
background-image: url("images/1x/icon/dark/tree-expand-3.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/dark/tree-expand-3.png"); |
|
|
|
|
} |
|
|
|
|
.ztree li span.button.center_close { |
|
|
|
|
background-image: url("images/1x/icon/tree-collapse-3.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/tree-collapse-3.png"); |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .ztree li span.button.center_close { |
|
|
|
|
background-image: url("images/1x/icon/dark/tree-collapse-3.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/dark/tree-collapse-3.png"); |
|
|
|
|
} |
|
|
|
|
.ztree li span.button.bottom_open { |
|
|
|
|
background-image: url("images/1x/icon/tree-expand-4.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/tree-expand-4.png"); |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .ztree li span.button.bottom_open { |
|
|
|
|
background-image: url("images/1x/icon/dark/tree-expand-4.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/dark/tree-expand-4.png"); |
|
|
|
|
} |
|
|
|
|
.ztree li span.button.bottom_close { |
|
|
|
|
background-image: url("images/1x/icon/tree-collapse-4.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/tree-collapse-4.png"); |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .ztree li span.button.bottom_close { |
|
|
|
|
background-image: url("images/1x/icon/dark/tree-collapse-4.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/dark/tree-collapse-4.png"); |
|
|
|
|
} |
|
|
|
|
.ztree li span.button.noline_open { |
|
|
|
|
background-position: -92px -72px; |
|
|
|
@ -1992,22 +1992,22 @@ website: http://code.google.com/p/jquerytree/
|
|
|
|
|
background: none; |
|
|
|
|
} |
|
|
|
|
.ztree li span.button.roots_docu { |
|
|
|
|
background-image: url("images/1x/icon/tree-vertical-line-2.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/tree-vertical-line-2.png"); |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .ztree li span.button.roots_docu { |
|
|
|
|
background-image: url("images/1x/icon/dark/tree-vertical-line-2.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/dark/tree-vertical-line-2.png"); |
|
|
|
|
} |
|
|
|
|
.ztree li span.button.center_docu { |
|
|
|
|
background-image: url("images/1x/icon/tree-vertical-line-3.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/tree-vertical-line-3.png"); |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .ztree li span.button.center_docu { |
|
|
|
|
background-image: url("images/1x/icon/dark/tree-vertical-line-3.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/dark/tree-vertical-line-3.png"); |
|
|
|
|
} |
|
|
|
|
.ztree li span.button.bottom_docu { |
|
|
|
|
background-image: url("images/1x/icon/tree-vertical-line-4.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/tree-vertical-line-4.png"); |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .ztree li span.button.bottom_docu { |
|
|
|
|
background-image: url("images/1x/icon/dark/tree-vertical-line-4.png"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/icon/dark/tree-vertical-line-4.png"); |
|
|
|
|
} |
|
|
|
|
.ztree li span.button.noline_docu { |
|
|
|
|
background: none; |
|
|
|
@ -2045,7 +2045,7 @@ website: http://code.google.com/p/jquerytree/
|
|
|
|
|
.ztree li span.button.ico_loading { |
|
|
|
|
width: 0px; |
|
|
|
|
margin-right: 2px; |
|
|
|
|
background: url("images/1x/third/ztree/img/loading.gif") no-repeat scroll 0 0 transparent; |
|
|
|
|
background: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/third/ztree/img/loading.gif") no-repeat scroll 0 0 transparent; |
|
|
|
|
vertical-align: top; |
|
|
|
|
*vertical-align: middle; |
|
|
|
|
} |
|
|
|
@ -2066,8 +2066,8 @@ span.tmpzTreeMove_arrow {
|
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
background-attachment: scroll; |
|
|
|
|
background-position: -110px -80px; |
|
|
|
|
background-image: url("images/1x/third/ztree/img/zTreeStandard.png"); |
|
|
|
|
*background-image: url("images/1x/third/ztree/img/zTreeStandard.gif"); |
|
|
|
|
background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/third/ztree/img/zTreeStandard.png"); |
|
|
|
|
*background-image: url("${remoteServletURL}?op=resource&resource=/com/fr/bi/web/images/1x/third/ztree/img/zTreeStandard.gif"); |
|
|
|
|
} |
|
|
|
|
ul.ztree.zTreeDragUL { |
|
|
|
|
margin: 0; |
|
|
|
|