backing out hyatt to fix mouseover/scrollbar crash
git-svn-id: svn://10.0.0.236/trunk@44698 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3fa50edab2
commit
2abb1449b7
@ -69,11 +69,11 @@
|
||||
<menu />
|
||||
</popup>
|
||||
|
||||
<html:div flex="1" style="width:100px;height:100px">
|
||||
<tree id="bookmarksTree" ref="NC:BookmarksRoot" context="contextual"
|
||||
datasources="rdf:bookmarks rdf:files rdf:ftp rdf:find rdf:internetsearch"
|
||||
style="width:100%;height:100%"
|
||||
ondblclick="return OpenURL(event, event.target.parentNode.parentNode, 'bookmarksTree');">
|
||||
ondblclick="return OpenURL(event, event.target.parentNode.parentNode, 'bookmarksTree');"
|
||||
flex="1">
|
||||
|
||||
<template>
|
||||
<rule rdf:type="http://home.netscape.com/NC-rdf#BookmarkSeparator">
|
||||
<treechildren>
|
||||
@ -124,5 +124,5 @@
|
||||
</treerow>
|
||||
</treehead>
|
||||
</tree>
|
||||
</html:div>
|
||||
|
||||
</window>
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user