X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fskin%2FEarlyBlue%2Fglobal%2Ftree.css;fp=EarlyBlue%2Fskin%2FEarlyBlue%2Fglobal%2Ftree.css;h=55efa42b3988adea4c868afee5e22c16e307c18c;hb=f6e0a33f329fdf02e7c41c683152890a9c44ccd3;hp=0000000000000000000000000000000000000000;hpb=eded43de50f02946eb9ad3b89bbe2217f8cb742e;p=themes.git diff --git a/EarlyBlue/skin/EarlyBlue/global/tree.css b/EarlyBlue/skin/EarlyBlue/global/tree.css new file mode 100644 index 00000000..55efa42b --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/global/tree.css @@ -0,0 +1,241 @@ + +/******** Tree widget **********/ + +/** basic tree **************************************************** + * basic tree widget for use in main windows where no decoration + * is required. + **/ +tree + { + border : none; + background-color : white; + color : #000000; + } + +.tree-container-treerows[dragover="true"][dragdroptree="true"] + { + } + +.tree-container-treerows + { + } + +.tree-container-treerows[dragdroptree="true"] + { + } + +tree.inset + { + border : 1px inset #CCD0DD; + margin : 1px 3px 2px 3px; + } + +treeitem[selected="true"] > treerow + { + color : white; + background-color : #336699; + } + +treeitem + { + list-style-image : none; + } + +treerow + { + border : 1px solid transparent; + } + +treehead > treeitem > treerow, +treehead > treerow + { + border : none; + } + +treecell + { + padding : 0px 0px 1px 2px; + white-space : nowrap; + } + +tree:focus > treechildren treeitem[selected="true"] > treerow, +treeitem[dd-dropon="true"] > treerow + { + color : white; + background-color : #336699; + } + +tree:focus > treechildren treeitem[selected="true"][current="true"] > treerow + { + border : 1px dotted #9999CC; + } + +.treecell-header-image + { + list-style-image : inherit; + } + +.treecell-header, +.treecell-inset-header, +.treecell-header-image + { + border : 1px outset #CCD0DD; + padding : 0px; + background-color : #CCD0DD; + color : #000000; + } + +.treecell-header-box, +.treecell-header-image-box + { + } + +.treecell-header-box + { + padding : 0px 4px 0px 4px; + } + +.treecell-header-image-box + { + padding : 0px 1px 0px 1px; + } + +.treecell-header:hover:active, +.treecell-header-image:hover:active, +.treecell-inset-header:hover:active + { + border : 1px inset #CCD0DD; + } + +.treecell-header:hover:active > .treecell-header-box, +.treecell-inset-header:hover:active > .treecell-header-box, +.treecell-header-image:hover:active > .treecell-header-image-box + { + border-top : 1px solid transparent; + border-right : none; + border-bottom : none; + border-left : 1px solid transparent; + } + +.treecell-header:hover:active > .treecell-header-box, +.treecell-inset-header:hover:active > .treecell-header-box + { + padding : 1px 4px 0px 5px; + } + +.treecell-header-image:hover:active > .treecell-header-image-box + { + padding : 1px 1px 0px 2px; + } + +.treecell-image + { + padding : 0px; + } + +/* slimline sidebar treeheaders */ +.treecell-header.treecell-header-sidebarpanel, +.treecell-inset-header.treecell-header-sidebarpanel + { + padding : 0px 1px 1px 3px; + } + +.treecell-header-sidebarpanel > .treecell-header-box + { + } + +/** class="propertylist" ****************************************** + * class for cells in grid-formatted property lists. + **/ + +treecell.propertylist + { + border-right : 1px solid #CCD0DD; + border-bottom : 1px solid #CCD0DD; + padding-left : 5px; + } + +.tree-cell-primary-icon, +.tree-cell-primary-icon-inline-edit-folder + { + list-style-image : inherit; + padding-right : 2px; + } + +.tree-cell-icon + { + list-style-image : inherit; + padding-right : 2px; + } + +.tree-cell-twisty + { + list-style-image : url("chrome://global/skin/twisty-closed.gif"); + -moz-user-focus : ignore; + padding-right : 2px; + } + +.treecell-indent > .tree-cell-primary-icon + { + padding-left : 14px; + } + +treeitem[container="true"] > treerow > .treecell-indent > .tree-cell-primary-icon + { + padding-left : 0px; + } + +.tree-cell-twisty[disabled="true"] + { + list-style-image : none; + } + +treeitem[container="true"][open="true"] > treerow > treecell > .tree-cell-twisty + { + list-style-image : url("chrome://global/skin/twisty-open.gif"); + } + +/* tree header with sort direction indicators */ + +.tree-header-sortdirection + { + list-style-image : none; + } + +.sortDirectionIndicator[sortDirection="ascending"] > .treecell-header-box > .tree-header-sortdirection + { + list-style-image : url("chrome://global/skin/sortAscending.gif"); + } + +.sortDirectionIndicator[sortDirection="descending"] > .treecell-header-box > .tree-header-sortdirection + { + list-style-image : url("chrome://global/skin/sortDescending.gif"); + } + +/* column selection popup menu icon */ + +.treecell-popup-icon + { + list-style-image : url("chrome://global/skin/columnselect.gif"); + } + +/* Inline Editable Treecells */ + +treerow[mode="inline-edit"] + { + border-top : none !important; + border-bottom : none !important; + background-color : transparent !important; + } + +.inline-edit-cell-box + { + margin-left : 2px; + } + +.inline-edit-cell-box[mode="edit"] + { + margin-left : 0px; + } + +