summaryrefslogtreecommitdiffstats
path: root/ceee/firefox/content/overlay.xul
diff options
context:
space:
mode:
Diffstat (limited to 'ceee/firefox/content/overlay.xul')
-rw-r--r--ceee/firefox/content/overlay.xul13
1 files changed, 10 insertions, 3 deletions
diff --git a/ceee/firefox/content/overlay.xul b/ceee/firefox/content/overlay.xul
index c70ab62..883d5ba 100644
--- a/ceee/firefox/content/overlay.xul
+++ b/ceee/firefox/content/overlay.xul
@@ -47,7 +47,12 @@
toolbaritem to appear correctly. -->
<toolbaritem id="ceee-browser-item" title="&ceee.browser.label;"
flex="1" tooltiptext="&ceee.browser.tooltip;">
- <!-- The ChromeFrame will be placed as a child of this element. -->
+ <deck id="ceee-frame-deck" flex="1" selectedIndex="1">
+ <!-- The ChromeFrame will be placed as a child of this element
+ just before the following div element in the overlay.js file. -->
+ <div xmlns="http://www.w3.org/1999/xhtml"
+ style="background-color:white"/>
+ </deck>
</toolbaritem>
</toolbar>
</toolbox>
@@ -64,13 +69,15 @@
<label id="ceee-sidebar-label"
value="My title"
style="font-size:14pt;"/>
- <!-- The ChromeFrame will be placed as a child of this element. -->
+ <!-- The ChromeFrame will be placed as a child of this element
+ just before the following div element in the overlay.js file. -->
</vbox>
</hbox>
<window id="main-window">
<vbox id="ceee-sidebar-icon-box">
- <!-- The ChromeFrame will be placed as a child of this element. -->
+ <!-- The ChromeFrame will be placed as a child of this element
+ just before the following div element in the overlay.js file. -->
</vbox>
</window>