From e6fce4a51754049b3e1dec6cf9f2559d4af43652 Mon Sep 17 00:00:00 2001 From: robert Date: Sat, 3 Feb 2001 18:30:04 +0000 Subject: [PATCH] and again some small modifications, nothing big... --- LCARStrek/communicator/skin/bookmarks/bookmarks.css | 3 ++- LCARStrek/global/skin/tree.css | 12 +++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/LCARStrek/communicator/skin/bookmarks/bookmarks.css b/LCARStrek/communicator/skin/bookmarks/bookmarks.css index 95222d08..8c512de0 100755 --- a/LCARStrek/communicator/skin/bookmarks/bookmarks.css +++ b/LCARStrek/communicator/skin/bookmarks/bookmarks.css @@ -36,7 +36,7 @@ { list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif"); } - + .bookmarkfolder { list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); @@ -157,3 +157,4 @@ treeitem > treerow > .treecell-bookmark { list-style-image:url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); } + diff --git a/LCARStrek/global/skin/tree.css b/LCARStrek/global/skin/tree.css index 38a57bb8..0e6b3c7e 100755 --- a/LCARStrek/global/skin/tree.css +++ b/LCARStrek/global/skin/tree.css @@ -21,10 +21,20 @@ tree.inset { margin: 1px 5px 2px 5px; } +/* treeitem[selected="true"] > treerow { -/* color: #000000; */ +/ color: #000000; / background-color: #008484; } +*/ + +tree:focus > treechildren treeitem[selected="true"] > treerow, +treeitem[dd-dropon="true"] > treerow + { + background-color : #008484; +/* color : #000000; */ + } + treecell { white-space: nowrap; -- 2.35.3