Bug 594798 - "Style the "Browse all add-ons" row to match desktop version" [r=wjohnston]

This commit is contained in:
Wesley Johnston 2010-10-05 08:37:00 -04:00
parent 10d22a4ebe
commit 559adf7548
3 changed files with 8 additions and 0 deletions

View File

@ -553,6 +553,13 @@ richlistitem[isDisabled="true"] image {
opacity: 0.25;
}
richlistitem[typeName="banner"],
richlistitem[typeName="showmore"] {
background-color: rgb(255,255,255);
background: url(chrome://browser/skin/images/browseaddons-bg.png) repeat-x center top,
-moz-linear-gradient(top, rgb(220,236,253) 10%, rgb(255,255,255) 90%)
}
/* downloads panel UI ---------------------------------------------------- */
.download-retry-failed {
color: red !important;

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

@ -116,6 +116,7 @@ chrome.jar:
skin/images/toggledarkright-inactive-64.png (images/toggledarkright-inactive-64.png)
skin/images/toggledarkboth-active-64.png (images/toggledarkboth-active-64.png)
skin/images/toggledarkboth-inactive-64.png (images/toggledarkboth-inactive-64.png)
skin/images/browseaddons-bg.png (images/browseaddons-bg.png)
skin/images/button-default-64.png (images/button-default-64.png)
skin/images/button-active-64.png (images/button-active-64.png)
skin/images/buttondark-default-64.png (images/buttondark-default-64.png)