Bug 80349. Classic skin links in What's Related have dark highlighting. Patch by Shuehan Liang <shliang@netscape.com> r=andreww, sr=hewitt

This commit is contained in:
hewitt%netscape.com 2001-11-02 04:36:29 +00:00
Родитель 1b7e8199a3
Коммит ac4d02043d
2 изменённых файлов: 13 добавлений и 0 удалений

Просмотреть файл

@ -35,6 +35,8 @@
*
* ***** END LICENSE BLOCK ***** */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/*
Style rules specific to the related links panel
@ -57,6 +59,12 @@ treeitem > treerow.relatedresult > treecell:hover
text-decoration: underline;
cursor : pointer;
}
treeitem[selected="true"] > treerow.relatedresult > treecell {
color: HighlightText;
text-decoration: none;
}
treeitem > treerow.relatedresult > treecell > titledbutton:active
{
color: red;

Просмотреть файл

@ -44,6 +44,11 @@ treeitem > treerow.relatedresult > treecell > titledbutton:active {
text-decoration: underline;
}
treeitem[selected="true"] > treerow.relatedresult > treecell {
color: HighlightText;
text-decoration: none;
}
treeitem[container="true"][open="true"][loading="true"]
> treerow.relatedresult > .treecell-indent
{