Bug 983892 - Inspector Box model tab's background should be light to match light theme; r=vporof

This commit is contained in:
Heather Arthur 2014-03-15 10:31:30 -07:00
parent 1780fac7ba
commit aaec4f8425
4 changed files with 7 additions and 19 deletions

View File

@ -22,7 +22,7 @@
<link rel="stylesheet" href="view.css" type="text/css"/>
</head>
<body class="theme-body devtools-monospace">
<body class="theme-sidebar devtools-monospace">
<p id="header">
<span id="element-size"></span><span id="element-position"></span>

View File

@ -2,15 +2,11 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
.theme-dark .theme-body {
.theme-dark .theme-sidebar {
background-image: url(layout-background-grid.png);
}
.theme-light .theme-body {
background-image: url(layout-background-grid.png), radial-gradient(circle at 50% 70%, hsl(210,53%,45%) 0%, hsl(210,54%,33%) 100%);
}
.theme-body {
.theme-sidebar {
color: hsl(210,53%,45%) !important;
box-sizing: border-box;
}

View File

@ -2,15 +2,11 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
.theme-dark .theme-body {
.theme-dark .theme-sidebar {
background-image: url(layout-background-grid.png);
}
.theme-light .theme-body {
background-image: url(layout-background-grid.png), radial-gradient(circle at 50% 70%, hsl(210,53%,45%) 0%, hsl(210,54%,33%) 100%);
}
.theme-body {
.theme-sidebar {
color: hsl(210,53%,45%) !important;
box-sizing: border-box;
}

View File

@ -2,15 +2,11 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
.theme-dark .theme-body {
.theme-dark .theme-sidebar {
background-image: url(layout-background-grid.png);
}
.theme-light .theme-body {
background-image: url(layout-background-grid.png), radial-gradient(circle at 50% 70%, hsl(210,53%,45%) 0%, hsl(210,54%,33%) 100%);
}
.theme-body {
.theme-sidebar {
color: hsl(210,53%,45%) !important;
box-sizing: border-box;
}