mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Bug 594798 - "Style the "Browse all add-ons" row to match desktop version" [r=wjohnston]
This commit is contained in:
parent
10d22a4ebe
commit
559adf7548
@ -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;
|
||||
|
BIN
mobile/themes/core/images/browseaddons-bg.png
Normal file
BIN
mobile/themes/core/images/browseaddons-bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.5 KiB |
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user