Bug 581917 - OSX theme, about:robots use -moz-background-origin, r=dao, a=johnath

This commit is contained in:
Philipp von Weitershausen 2010-07-26 14:09:21 +02:00
parent cfc7475220
commit efdc53c8bd
2 changed files with 1 additions and 2 deletions

View File

@ -85,7 +85,7 @@
<style type="text/css"><![CDATA[
#errorPageContainer {
background: url('chrome://browser/content/aboutRobots-icon.png') left 0 no-repeat -moz-Field;
-moz-background-origin: content;
background-origin: content-box;
}
#errorTrailerDescText {

View File

@ -137,7 +137,6 @@
#navigator-toolbox[tabsontop="true"]:not([customizing]) > #nav-bar[collapsed="true"] + #customToolbars + #PersonalToolbar {
padding-top: 4px !important;
background-image: -moz-linear-gradient(rgba(255,255,255,.58), rgba(255,255,255,0)) !important; /* override lwtheme style */
-moz-background-origin: border !important;
}
/* ----- BOOKMARK TOOLBAR ----- */