Bug 414716: Change color of "Learn More" links on the "Get Add-ons" pane. p=dão, r=robstring, a=schrep

This commit is contained in:
dtownsend@oxymoronical.com 2008-02-08 04:56:02 -08:00
Родитель ebda15db4d
Коммит 50c08622eb
3 изменённых файлов: 12 добавлений и 0 удалений

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

@ -106,6 +106,10 @@ richlistitem[selected="true"] {
color: -moz-cellhighlighttext;
}
richlistitem[selected="true"] .text-link {
color: inherit;
}
#extensionsView:focus > richlistitem[selected="true"] {
background-image: url("chrome://mozapps/skin/extensions/itemEnabledFader.png");
background-color: Highlight;

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

@ -62,6 +62,10 @@ richlistitem[selected="true"] {
color: HighlightText;
}
richlistitem[selected="true"] .text-link {
color: inherit;
}
richlistitem[selected="true"][isDisabled="true"] {
background-image: url("chrome://mozapps/skin/extensions/itemDisabledFader.png");
}

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

@ -105,6 +105,10 @@ richlistitem[selected="true"] {
color: -moz-cellhighlighttext;
}
richlistitem[selected="true"] .text-link {
color: inherit;
}
#extensionsView:focus > richlistitem[selected="true"] {
background-image: url("chrome://mozapps/skin/extensions/itemEnabledFader.png");
background-color: Highlight;