diff --git a/mobile/themes/core/browser.css b/mobile/themes/core/browser.css index d4fd6343e9d3..898feaf52ce1 100644 --- a/mobile/themes/core/browser.css +++ b/mobile/themes/core/browser.css @@ -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; diff --git a/mobile/themes/core/images/browseaddons-bg.png b/mobile/themes/core/images/browseaddons-bg.png new file mode 100644 index 000000000000..8a2a84c2bddb Binary files /dev/null and b/mobile/themes/core/images/browseaddons-bg.png differ diff --git a/mobile/themes/core/jar.mn b/mobile/themes/core/jar.mn index 1870faac0171..f133d0ae666f 100644 --- a/mobile/themes/core/jar.mn +++ b/mobile/themes/core/jar.mn @@ -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)