coloring statusbar like taskbar was previously, and some small issues
[themes.git] / LCARStrek / global / skin / globalBindings.xml
CommitLineData
3ef99d2d 1<?xml version="1.0"?>
2
3<bindings id="globalBindings"
4 xmlns="http://www.mozilla.org/xbl"
5 xmlns:html="http://www.w3.org/1999/xhtml"
6 xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
7
8
9 <binding id="statusbar" extends="xul:statusbar">
10 <content>
11 <xul:box class="statusbar-left"/>
12 <xul:box class="statusbar-center" autostretch="never" flex="1">
13 <children/>
14 </xul:box>
15 <xul:box class="statusbar-right"/>
16 </content>
17 </binding>
18
19</bindings>
20
21