mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
Bug 510858: helperapp buttons class should be button-dark [r=mark.finkle]
This commit is contained in:
parent
fc3c83828d
commit
3111806f02
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user