X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fskin%2FEarlyBlue%2Fglobal%2Ftree.css;h=659b324dc9b8479b6b3eaf3ba75be9cc76545c34;hb=f840e30233fdb15ab5044373dddd7177fd3af99c;hp=55efa42b3988adea4c868afee5e22c16e307c18c;hpb=f6e0a33f329fdf02e7c41c683152890a9c44ccd3;p=themes.git diff --git a/EarlyBlue/skin/EarlyBlue/global/tree.css b/EarlyBlue/skin/EarlyBlue/global/tree.css index 55efa42b..659b324d 100644 --- a/EarlyBlue/skin/EarlyBlue/global/tree.css +++ b/EarlyBlue/skin/EarlyBlue/global/tree.css @@ -7,7 +7,8 @@ **/ tree { - border : none; + border : 1px inset #CCD0DD; + margin : 1px 3px 2px 3px; background-color : white; color : #000000; } @@ -24,12 +25,6 @@ tree { } -tree.inset - { - border : 1px inset #CCD0DD; - margin : 1px 3px 2px 3px; - } - treeitem[selected="true"] > treerow { color : white; @@ -95,6 +90,11 @@ tree:focus > treechildren treeitem[selected="true"][current="true"] > treerow padding : 0px 4px 0px 4px; } +.treecell-header-text + { + margin : 0px; + } + .treecell-header-image-box { padding : 0px 1px 0px 1px; @@ -195,6 +195,10 @@ treeitem[container="true"][open="true"] > treerow > treecell > .tree-cell-twisty list-style-image : url("chrome://global/skin/twisty-open.gif"); } +treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty { + visibility : hidden; +} + /* tree header with sort direction indicators */ .tree-header-sortdirection @@ -238,4 +242,7 @@ treerow[mode="inline-edit"] margin-left : 0px; } - +.inline-edit-cell-box[mode="edit"] + { + margin : 0px; + }