mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 04:52:54 +00:00
Bug 522538: remove button has reappeared in the bookmark editing panel [r=vingtetun]
This commit is contained in:
parent
2573a2f2b1
commit
994216a3a1
@ -607,10 +607,10 @@
|
|||||||
</xul:vbox>
|
</xul:vbox>
|
||||||
|
|
||||||
<xul:hbox class="bookmark-controls" align="center">
|
<xul:hbox class="bookmark-controls" align="center">
|
||||||
<xul:button anonid="close-button" label="&editBookmarkRemove.label;"
|
<xul:button anonid="remove-button" class="bookmark-remove" label="&editBookmarkRemove.label;"
|
||||||
oncommand="document.getBindingParent(this).remove()"/>
|
oncommand="document.getBindingParent(this).remove()"/>
|
||||||
<xul:spacer flex="1"/>
|
<xul:spacer flex="1"/>
|
||||||
<xul:button anonid="done-button" label="&editBookmarkDone.label;"
|
<xul:button anonid="done-button" class="bookmark-done" label="&editBookmarkDone.label;"
|
||||||
oncommand="document.getBindingParent(this).stopEditing(true)"/>
|
oncommand="document.getBindingParent(this).stopEditing(true)"/>
|
||||||
</xul:hbox>
|
</xul:hbox>
|
||||||
</xul:vbox>
|
</xul:vbox>
|
||||||
|
@ -724,6 +724,10 @@ findbar .findbar-closebutton {
|
|||||||
padding: 1mm; /* core spacing */
|
padding: 1mm; /* core spacing */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#bookmark-form button.bookmark-remove {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Identity popup -------------------------------------------------------- */
|
/* Identity popup -------------------------------------------------------- */
|
||||||
#identity-container {
|
#identity-container {
|
||||||
border-bottom: 0.1mm solid grey;
|
border-bottom: 0.1mm solid grey;
|
||||||
|
@ -455,6 +455,10 @@ findbar .findbar-find-status {
|
|||||||
padding: 1.1mm; /* core spacing */
|
padding: 1.1mm; /* core spacing */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#bookmark-form button.bookmark-remove {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Identity popup -------------------------------------------------------- */
|
/* Identity popup -------------------------------------------------------- */
|
||||||
#identity-container {
|
#identity-container {
|
||||||
border-bottom: 0.1mm solid grey;
|
border-bottom: 0.1mm solid grey;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user