зеркало из https://github.com/mozilla/gecko-dev.git
Bug 882504 - Flip the direction of toggle switches in the Metro theme [r=jwilde]
This commit is contained in:
Родитель
503e54554a
Коммит
c2f21f792f
|
@ -17,11 +17,11 @@
|
|||
<binding id="checkbox-toggleswitch" display="xul:box" extends="chrome://global/content/bindings/checkbox.xml#checkbox-baseline">
|
||||
<content>
|
||||
<xul:hbox>
|
||||
<xul:description anonid="onlabel" class="onlabel" value="&checkbox.on.label;" xbl:inherits="value=onlabel"/>
|
||||
<xul:description anonid="offlabel" class="offlabel" value="&checkbox.off.label;" xbl:inherits="value=offlabel"/>
|
||||
<xul:description anonid="onlabel" class="onlabel" value="&checkbox.on.label;" xbl:inherits="value=onlabel"/>
|
||||
<xul:radiogroup anonid="group" xbl:inherits="disabled">
|
||||
<xul:radio type="toggle" anonid="on" class="checkbox-radio-on"/>
|
||||
<xul:radio type="toggle" anonid="off" class="checkbox-radio-off"/>
|
||||
<xul:radio type="toggle" anonid="on" class="checkbox-radio-on"/>
|
||||
</xul:radiogroup>
|
||||
</xul:hbox>
|
||||
</content>
|
||||
|
|
Загрузка…
Ссылка в новой задаче