X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftree.css;h=45109d702fd94e16f144392f569817f50d6000bc;hp=f0d4e070eaf928baeddf7c935b9ae160e4940341;hb=c34d3367e14c46d5d38d312ed9ffd2dac6d90475;hpb=e1597424350915539e91f37bb1a8005af8e513c0 diff --git a/EarlyBlue/global/tree.css b/EarlyBlue/global/tree.css index f0d4e070..45109d70 100644 --- a/EarlyBlue/global/tree.css +++ b/EarlyBlue/global/tree.css @@ -55,7 +55,8 @@ tree { treechildren:-moz-tree-row { border: 1px solid transparent; - height: 18px; + min-height: 18px; + height: 1.3em; } treechildren:-moz-tree-row(selected) { @@ -129,6 +130,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 +176,11 @@ treecolpicker { padding: 0px !important; } +treecol[hideheader="true"] { + border: none; + padding: 0; +} + /* ..... internal box ..... */ treecol:hover:active { @@ -220,17 +244,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 +267,4 @@ treechildren.gridlines:-moz-tree-cell { treechildren.gridlines:-moz-tree-row { border: none; -} +} \ No newline at end of file