зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
04961f6e2d
Коммит
f259015f0e
|
@ -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
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче