зеркало из https://github.com/mozilla/gecko-dev.git
97574 - implement toolbarbutton, kill menubutton, r=blake, sr=hyatt
This commit is contained in:
Родитель
328105da3e
Коммит
8292f84edd
|
@ -54,7 +54,7 @@
|
|||
|
||||
</hbox>
|
||||
|
||||
<button class="button-toolbar" label="&btnInspect.label;" observes="cmdGotoURL"/>
|
||||
<toolbarbutton label="&btnInspect.label;" observes="cmdGotoURL"/>
|
||||
</hbox>
|
||||
|
||||
</toolbar>
|
||||
|
|
|
@ -207,16 +207,16 @@
|
|||
|
||||
<toolbar class="toolbar-primary chromeclass-toolbar" id="main-toolbar">
|
||||
<hbox id="main-toolbar-buttons">
|
||||
<button class="button-toolbar-1 top" id="stop-button"
|
||||
<toolbarbutton class="toolbarbutton-1" id="stop-button"
|
||||
label="&Stop.label;" observes="cmd_stop"/>
|
||||
<toolbarseparator class="toolbarseparator-primary"/>
|
||||
<button class="button-toolbar-1 top" id="cont-button"
|
||||
<toolbarbutton class="toolbarbutton-1" id="cont-button"
|
||||
label="&Cont.label;" observes="cmd_cont"/>
|
||||
<button class="button-toolbar-1 top" id="step-over-button"
|
||||
<toolbarbutton class="toolbarbutton-1" id="step-over-button"
|
||||
label="&StepOver.label;" observes="cmd_step_over"/>
|
||||
<button class="button-toolbar-1 top" id="step-in-button"
|
||||
<toolbarbutton class="toolbarbutton-1" id="step-in-button"
|
||||
label="&StepIn.label;" observes="cmd_step_in"/>
|
||||
<button class="button-toolbar-1 top" id="step-out-button"
|
||||
<toolbarbutton class="toolbarbutton-1" id="step-out-button"
|
||||
label="&StepOut.label;" observes="cmd_step_out"/>
|
||||
</hbox>
|
||||
</toolbar>
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
border: none;
|
||||
color: #323642;
|
||||
font-size: smaller;
|
||||
min-width: 50px;
|
||||
}
|
||||
|
||||
.toolbarbutton-1 > .toolbarbutton-box,
|
||||
|
|
Загрузка…
Ссылка в новой задаче