Bug 786997 - [responsive mode] the page background should be the same as the standalone image page. r=paul

This commit is contained in:
Christopher Trom 2012-09-05 08:32:00 +02:00
parent 938bce8a8e
commit bab7b8023c
3 changed files with 3 additions and 6 deletions

View File

@ -2488,8 +2488,7 @@ html|*#gcli-output-frame {
/* Responsive Mode */
.browserContainer[responsivemode] {
background: #2a3643 url("chrome://browser/skin/devtools/responsive-background.png");
box-shadow: 0 0 7px black inset;
background: #222 url("chrome://browser/skin/devtools/responsive-background.png");
padding: 0 20px 20px 20px;
}

View File

@ -3206,8 +3206,7 @@ html|*#gcli-output-frame {
/* Responsive Mode */
.browserContainer[responsivemode] {
background: #2a3643 url("chrome://browser/skin/devtools/responsive-background.png");
box-shadow: 0 0 7px black inset;
background: #222 url("chrome://browser/skin/devtools/responsive-background.png");
padding: 0 20px 20px 20px;
}

View File

@ -3168,8 +3168,7 @@ html|*#gcli-output-frame {
/* Responsive Mode */
.browserContainer[responsivemode] {
background: #2a3643 url("chrome://browser/skin/devtools/responsive-background.png");
box-shadow: 0 0 7px black inset;
background: #222 url("chrome://browser/skin/devtools/responsive-background.png");
padding: 0 20px 20px 20px;
}