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=659b324dc9b8479b6b3eaf3ba75be9cc76545c34;hb=f840e30233fdb15ab5044373dddd7177fd3af99c;hp=5c20d6b15ba78ca782b364df21ca11f742610859;hpb=3f29304762c3a78def2e3e7202522535f327b2ba;p=themes.git diff --git a/EarlyBlue/skin/EarlyBlue/global/tree.css b/EarlyBlue/skin/EarlyBlue/global/tree.css index 5c20d6b1..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; @@ -242,5 +242,7 @@ treerow[mode="inline-edit"] margin-left : 0px; } - - +.inline-edit-cell-box[mode="edit"] + { + margin : 0px; + }