X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ftree.css;h=9c1715c7aaf72ffc6ecd2b19ed59ce8dd339f1c8;hb=7c6f4fb9a814abcd4b2d3a2276e62ab4fbef8582;hp=158a35af5e037b47612c12994eca14a027bb30c9;hpb=f98e9249ac85dc5b066915b9c9449b30b2dfcccb;p=themes.git diff --git a/LCARStrek/global/tree.css b/LCARStrek/global/tree.css index 158a35af..9c1715c7 100644 --- a/LCARStrek/global/tree.css +++ b/LCARStrek/global/tree.css @@ -60,7 +60,7 @@ tree { } .focusring:focus > .tree-stack > .tree-rows > .tree-bodybox { - border-color: #FFCF00; + border: 1px dotted #008484; } /* ::::: tree rows ::::: */ @@ -100,9 +100,9 @@ tree[seltype="text"] > treechildren::-moz-tree-row { treechildren::-moz-tree-cell { padding-top: 0px; - padding-bottom: 1px; - -moz-padding-start: 2px; - -moz-padding-end: 0px; + padding-bottom: 0px; + -moz-padding-start: 1px; + -moz-padding-end: 1px; } tree[seltype="cell"] > treechildren::-moz-tree-cell-text, @@ -113,12 +113,15 @@ treechildren::-moz-tree-cell-text { tree[seltype="cell"] > treechildren::-moz-tree-cell { border: 1px solid transparent; - padding: 0px 1px 0px 1px; + padding: 0px 1px; } tree[seltype="text"] > treechildren::-moz-tree-cell-text { border: 1px solid transparent; - padding: 0px 1px 1px 1px; + padding-top: 0px; + padding-bottom: 0px; + -moz-padding-start: 1px; + -moz-padding-end: 1px; } treechildren::-moz-tree-cell-text(selected) { @@ -255,7 +258,16 @@ treecol { padding: 1px 4px; } +treecol:first-child { + -moz-border-radius-topleft: 3px; +} + +treecol:last-child { + -moz-border-radius-topright: 3px; +} + treecolpicker { + -moz-border-radius-topright: 3px; -moz-box-align: center; -moz-box-pack: center; border: 1px solid transparent; @@ -356,8 +368,8 @@ treecolpicker:hover:active > .tree-columnpicker-icon { /* ::::: twisty ::::: */ treechildren::-moz-tree-twisty { - -moz-padding-end: 2px; - padding-top: 1px; + -moz-padding-end: 1px; + padding-top: 0px; width: 11px; /* The image's width is 11 pixels */ list-style-image: url("chrome://global/skin/tree/twisty-closed.gif"); } @@ -374,8 +386,8 @@ treechildren::-moz-tree-indentation { /* ::::: gridline style ::::: */ treechildren.gridlines::-moz-tree-cell { - border-right: 1px solid green; - border-bottom: 1px solid green; + border-right: 1px solid #9C9CFF; + border-bottom: 1px solid #9C9CFF; } treechildren.gridlines::-moz-tree-row { @@ -385,7 +397,7 @@ treechildren.gridlines::-moz-tree-row { /* ::::: Name (what is that?) ::::: */ treechildren::-moz-tree-image(Name) { - -moz-padding-end: 2px; + -moz-padding-end: 3px; } treechildren::-moz-tree-image(Name) { @@ -424,12 +436,12 @@ treechildren[alternatingbackground="true"]::-moz-tree-row(odd) { } treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected) { - background-color: #E7ADE7; + background-color: #008484; color: #000000; } treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected, focus) { - background-color: #E7ADE7; + background-color: #008484; color: #000000; }