Bug 1249650 - Give the toolbox tool container default styling to prevent flash of incorrect background when webconsole opens;r=gl draft
authorBrian Grinstead <bgrinstead@mozilla.com>
Fri, 19 Feb 2016 08:19:21 -0800
changeset 332160 09eb9382885576a996a5556ac7b9a2b41e9ee931
parent 332135 26771bc857f867ab6fa34c7a6ec87f92e79ce4e8
child 514553 4fec21c5c884fde79096b1e0faa3acb8e0a252b9
push id11173
push userbgrinstead@mozilla.com
push dateFri, 19 Feb 2016 16:19:40 +0000
reviewersgl
bugs1249650
milestone47.0a1
Bug 1249650 - Give the toolbox tool container default styling to prevent flash of incorrect background when webconsole opens;r=gl MozReview-Commit-ID: DuUvyrhg7i4
devtools/client/framework/toolbox.xul
--- a/devtools/client/framework/toolbox.xul
+++ b/devtools/client/framework/toolbox.xul
@@ -134,17 +134,17 @@
       <hbox id="toolbox-option-container"/>
       <hbox id="toolbox-controls">
         <hbox id="toolbox-dock-buttons"/>
         <toolbarbutton id="toolbox-close"
                        class="devtools-closebutton"
                        tooltiptext="&toolboxCloseButton.tooltip;"/>
       </hbox>
     </toolbar>
-    <vbox flex="1">
+    <vbox flex="1" class="theme-body">
       <!-- Set large flex to allow the toolbox-panel-webconsole to have a
            height set to a small value without flexing to fill up extra
            space. There must be a flex on both to ensure that the console
            panel itself is sized properly -->
       <deck id="toolbox-deck" flex="1000" minheight="75" />
       <splitter id="toolbox-console-splitter" class="devtools-horizontal-splitter" hidden="true" />
       <box minheight="75" flex="1" id="toolbox-panel-webconsole" collapsed="true" />
     </vbox>