mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
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:
parent
ebda15db4d
commit
50c08622eb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user