Bug 510858: helperapp buttons class should be button-dark [r=mark.finkle]

This commit is contained in:
Vivien Nicolas 2009-08-17 14:02:09 -04:00
Родитель fc3c83828d
Коммит 3111806f02
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -440,9 +440,9 @@
<label id="helperapp-target" value="" crop="center"/>
<separator/>
<hbox pack="center">
<button id="helperapp-open" label="&helperApp.open;" oncommand="HelperAppDialog.open();"/>
<button id="helperapp-save" label="&helperApp.save;" oncommand="HelperAppDialog.save();"/>
<button id="helperapp-nothing" label="&helperApp.nothing;" oncommand="HelperAppDialog.close();"/>
<button id="helperapp-open" class="button-dark" label="&helperApp.open;" oncommand="HelperAppDialog.open();"/>
<button id="helperapp-save" class="button-dark" label="&helperApp.save;" oncommand="HelperAppDialog.save();"/>
<button id="helperapp-nothing" class="button-dark" label="&helperApp.nothing;" oncommand="HelperAppDialog.close();"/>
</hbox>
</vbox>