X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fskin%2Ftree.css;h=6f25760b8856521e2f5a4e0f5959fe6b75478f93;hb=891f9abcb06f66bae4346b2cace05eff4b9df3bc;hp=6dd871682286a6baaf1d595a4c83cebbdf69877e;hpb=c6a72ce5cfc2df92b92a68c1d03e70ed0d18bf3f;p=themes.git diff --git a/EarlyBlue/global/skin/tree.css b/EarlyBlue/global/skin/tree.css index 6dd87168..6f25760b 100755 --- a/EarlyBlue/global/skin/tree.css +++ b/EarlyBlue/global/skin/tree.css @@ -16,7 +16,7 @@ tree { * inset borders, and default dialog spacing. **/ tree.inset { - border: 1px inset #CCCCDD; + border: 1px inset #CCD0DD; margin: 1px 3px 2px 3px; } @@ -41,9 +41,9 @@ treecell { .treecell-header, .treecell-header-image, .treecell-inset-header { - background-color: #CCCCDD; + background-color: #CCD0DD; color: black; - border: 1px outset #CCCCDD; + border: 1px outset #CCD0DD; vertical-align: middle; padding: 0px; } @@ -62,7 +62,7 @@ treecell { .treecell-header:hover:active, .treecell-inset-header:hover:active, .treecell-header-image:hover:active { - border: 1px inset #CCCCDD; + border: 1px inset #CCD0DD; } .treecell-image @@ -161,31 +161,6 @@ treecol[sortActive="true"] margin-left : 2px; } -/* Inline Editable Treecells */ -.textfield-inline-edit - { - border : 1px solid #666699 !important; - margin : 0px !important; - } - -.textfield-inline-edit > .textfield-internal-box > .textfield-input - { - border : 0px !important; - padding : 1px !important; - margin : 0px !important; - } - -.textfield-inline-edit > .textfield-internal-box - { - border : 0px !important; - padding : 0px !important; - margin : 0px !important; - } - -treerow[mode="inline-edit"] - { - background : transparent; - }