X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ftree.css;h=8c188c3e12749415a93318f03af87863b2190e6c;hp=267d1bcbcce6b1380620adcebd134ef1b54a0a55;hb=61290d604cba1c63b9ee83ef330f111472346309;hpb=731b0901600466dfe54ad97158656e7f18b8f877 diff --git a/LCARStrek/global/tree.css b/LCARStrek/global/tree.css index 267d1bcb..8c188c3e 100644 --- a/LCARStrek/global/tree.css +++ b/LCARStrek/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) { @@ -133,6 +134,24 @@ treechildren:-moz-tree-drop-feedback(selected) { background-color: #FFCF00; } +/* ::::: tree progress meter ::::: */ + +treechildren:-moz-tree-progressmeter { + margin: 0px 0px; + border: 1px solid #FF9F00; + background-color: #000000; + color: #008484; +} + +treechildren:-moz-tree-progressmeter(progressUndetermined) { + list-style-image: url("chrome://global/skin/progressmeter/progressmeter-busy.gif"); + background-color: #008484; +} + +treechildren:-moz-tree-cell-text(progressmeter) { + margin: 2px 4px; +} + /* ::::: tree columns ::::: */ treecol { @@ -161,6 +180,11 @@ treecolpicker { padding: 0px !important; } +treecol[hideheader="true"] { + border: none; + padding: 0; +} + /* ..... internal box ..... */ treecol:hover:active { @@ -234,17 +258,18 @@ treecolpicker:hover:active > .tree-columnpicker-icon { 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 ::::: */ @@ -256,4 +281,4 @@ treechildren.gridlines:-moz-tree-cell { treechildren.gridlines:-moz-tree-row { border: none; -} +} \ No newline at end of file