diff --git a/mozilla/xpfe/components/bookmarks/resources/bookmarks.xul b/mozilla/xpfe/components/bookmarks/resources/bookmarks.xul
index 4ed33d4d70b..f5b60810c5b 100644
--- a/mozilla/xpfe/components/bookmarks/resources/bookmarks.xul
+++ b/mozilla/xpfe/components/bookmarks/resources/bookmarks.xul
@@ -69,11 +69,11 @@
-
+ ondblclick="return OpenURL(event, event.target.parentNode.parentNode, 'bookmarksTree');"
+ flex="1">
+
@@ -124,5 +124,5 @@
-
+
diff --git a/mozilla/xpfe/global/resources/skin/xul.css b/mozilla/xpfe/global/resources/skin/xul.css
index 96f14cc8ad5..0388b0951fb 100644
--- a/mozilla/xpfe/global/resources/skin/xul.css
+++ b/mozilla/xpfe/global/resources/skin/xul.css
@@ -444,8 +444,8 @@ titledbutton[class~=popup] {
titledbutton:hover {
border: 1px outset white;
- color:#333366;
- text-decoration:underline;
+ color:#333366;
+ text-decoration:underline;
padding: 2px;
}
@@ -641,6 +641,7 @@ tree {
background-color: white;
border: none;
border-spacing: 0px;
+ width: 100%;
table-layout: fixed;
font: inherit;
}
@@ -1128,8 +1129,6 @@ treecell {
}
treeitem > treerow > treecell > .tree-icon > .twisty {
- text-decoration: none;
- color: inherit;
border: none;
padding: 0px;
margin: 0px;
@@ -1138,22 +1137,6 @@ treeitem > treerow > treecell > .tree-icon > .twisty {
visibility: visible;
}
-.twisty:hover {
- text-decoration: none;
- color: inherit;
- border: none;
- padding: 0px;
- margin: 0px;
-}
-
-.twisty:active {
- text-decoration: none;
- color: inherit;
- border: none;
- padding: 0px;
- margin: 0px;
-}
-
treeitem[empty="true"] > treerow > treecell > .tree-icon > titledbutton.twisty {
list-style-image: none;
}