X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftree.css;h=6b51cab714eeb3ed291d5e9986e2ce3fa0751e81;hp=f0d4e070eaf928baeddf7c935b9ae160e4940341;hb=fc3c514f518e334f5d6b98a4e627d9013c9a2afe;hpb=e1597424350915539e91f37bb1a8005af8e513c0 diff --git a/EarlyBlue/global/tree.css b/EarlyBlue/global/tree.css index f0d4e070..6b51cab7 100644 --- a/EarlyBlue/global/tree.css +++ b/EarlyBlue/global/tree.css @@ -21,6 +21,7 @@ * Contributor(s): * Robert Kaiser * Joe Hewitt (hewitt@netscape.com) + * Dean Tessman (dean_tessman@hotmail.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or @@ -55,7 +56,8 @@ tree { treechildren:-moz-tree-row { border: 1px solid transparent; - height: 18px; + min-height: 18px; + height: 1.3em; } treechildren:-moz-tree-row(selected) { @@ -70,6 +72,10 @@ treechildren:-moz-tree-row(current, focus) { border: 1px dotted #9999CC; } +treechildren:-moz-tree-row(selected, current, focus) { + border: 1px dotted #666699; +} + /* ::::: tree cells ::::: */ treechildren:-moz-tree-cell { @@ -129,6 +135,24 @@ treechildren:-moz-tree-drop-feedback(selected) { background-color: #FFFFFF; } +/* ::::: tree progress meter ::::: */ + +treechildren:-moz-tree-progressmeter { + margin: 0px 0px; + border: 1px inset #CCD0DD; + background-color: #999999; + color: #6699CC; +} + +treechildren:-moz-tree-progressmeter(progressUndetermined) { + list-style-image: url("chrome://global/skin/progressmeter/progressmeter-busy.gif"); + background-color: #CCD0DD; +} + +treechildren:-moz-tree-cell-text(progressmeter) { + margin: 2px 4px; +} + /* ::::: tree columns ::::: */ treecol { @@ -157,6 +181,11 @@ treecolpicker { padding: 0px !important; } +treecol[hideheader="true"] { + border: none; + padding: 0; +} + /* ..... internal box ..... */ treecol:hover:active { @@ -220,17 +249,18 @@ treechildren:-moz-tree-column(insertafter) { treechildren:-moz-tree-twisty { padding-right: 2px; - width: 12px; /* The image's width is 12 pixels */ + padding-top: 1px; + width: 11px; /* The image's width is 11 pixels */ list-style-image: url("chrome://global/skin/tree/twisty-closed.gif"); } treechildren:-moz-tree-twisty(open) { - width: 12px; /* The image's width is 12 pixels */ + width: 11px; /* The image's width is 11 pixels */ list-style-image: url("chrome://global/skin/tree/twisty-open.gif"); } treechildren:-moz-tree-indentation { - width: 10px; + width: 11px; } /* ::::: gridline style ::::: */ @@ -242,4 +272,4 @@ treechildren.gridlines:-moz-tree-cell { treechildren.gridlines:-moz-tree-row { border: none; -} +} \ No newline at end of file