gecko-dev/themes/classic/global/win/linkTree.css
ben%netscape.com 76449744ad Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Bookmarks CSS file organization, a=hewitt
2001-03-11 07:38:42 +00:00

28 lines
726 B
CSS

/**
* All the properties in this rule are important to avoid having to create
* a special type of tree. This stylesheet can be loaded into a document with
* a single tree that is a link tree. Hardly elegant but it's efficient.
*/
treeitem[selected="true"] > treerow
{
background : transparent !important;
border : none !important;
color : WindowText !important;
}
treecell:hover
{
text-decoration : underline !important;
color : #000080 !important;
cursor : pointer;
}
treecell:hover:active
{
text-decoration : underline !important;
color : red !important;
}