Bug 409730 - Venkman doesn't display a correct button in the Sunbird toolbar
r=ajvincent@gmail.com (Alex Vincent) Venkman Only. NPOTFFB. git-svn-id: svn://10.0.0.236/trunk@243542 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
|
||||
<toolbarpalette id="BrowserToolbarPalette">
|
||||
<toolbarbutton id="tb-venkman-open" oncommand="start_venkman()"
|
||||
class="toolbarbutton-1"
|
||||
class="toolbarbutton-1 venkman-open-tb-button"
|
||||
label="&vnkButton.label;" tooltiptext="&vnkButton.label;"/>
|
||||
</toolbarpalette>
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
<!-- Sunbird toolbar button -->
|
||||
<toolbarpalette id="calendarToolbarPalette">
|
||||
<toolbarbutton id="sb-venkman-open" oncommand="start_venkman()"
|
||||
class="toolbarbutton-1"
|
||||
class="toolbarbutton-1 venkman-open-tb-button"
|
||||
label="&vnkButton.label;" tooltiptext="&vnkButton.label;"/>
|
||||
</toolbarpalette>
|
||||
|
||||
|
||||
@@ -32,9 +32,9 @@
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#tb-venkman-open {
|
||||
.venkman-open-tb-button {
|
||||
list-style-image: url("chrome://venkman/skin/images/step-into.png");
|
||||
}
|
||||
toolbar[iconsize="small"] #tb-venkman-open {
|
||||
toolbar[iconsize="small"] .venkman-open-tb-button {
|
||||
list-style-image: url("chrome://venkman/skin/images/file-js-bp.png");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user