author | Victor Porof <vporof@mozilla.com> |
Sat, 01 Feb 2014 20:18:36 +0200 | |
changeset 166457 | 5c5bdeec691845673737be429742458454cbed5e |
parent 166456 | 16dfbbf8a15947644302ecdae6d3ceb07936e5d0 |
child 166458 | b8c9dc39af31b0087ac5d95ddc43fbbf58df7ee8 |
push id | 26127 |
push user | philringnalda@gmail.com |
push date | Sun, 02 Feb 2014 17:11:12 +0000 |
treeherder | mozilla-central@2918a9e625b4 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | bgrins |
bugs | 966620 |
milestone | 29.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/browser/themes/shared/devtools/netmonitor.inc.css +++ b/browser/themes/shared/devtools/netmonitor.inc.css @@ -521,21 +521,28 @@ box.requests-menu-status { #headers-summary-resend { margin-top: -10px; -moz-margin-end: 6px; } /* Response tabpanel */ #response-content-info-header { - background: linear-gradient(hsl(0,60%,40%), hsl(0,60%,30%)) repeat-x top left; - box-shadow: inset 0 1px 0 hsla(210,40%,80%,.15), - inset 0 -1px 0 hsla(210,40%,80%,.05); margin: 0; - padding: 5px 8px; + padding: 3px 8px; +} + +.theme-dark #response-content-info-header { + background: url(background-noise-toolbar.png), #eb5368; /* Red highlight */ + color: #f5f7fa; /* Light foreground text */ +} + +.theme-light #response-content-info-header { + background: url(background-noise-toolbar.png), #ed2655; /* Red highlight */ + color: #f5f7fa; /* Light foreground text */ } #response-content-image-box { padding-top: 10px; padding-bottom: 10px; } #response-content-image {