Stop mouseover on the palette items in the customize toolbar dialog.

This commit is contained in:
hyatt%netscape.com 2002-08-06 03:07:28 +00:00
Родитель aae458c9ea
Коммит faeff62954
2 изменённых файлов: 5 добавлений и 0 удалений

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

@ -94,5 +94,6 @@
<binding id="toolbarseparator" extends="chrome://global/content/widgets/toolbar.xml#toolbar-base"/>
<binding id="toolbarpaletteitem" extends="xul:button"/>
</bindings>

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

@ -208,6 +208,10 @@ toolbarseparator {
-moz-binding: url("chrome://global/content/widgets/toolbar.xml#toolbarseparator");
}
toolbarpaletteitem {
-moz-binding: url("chrome://global/content/widgets/toolbar.xml#toolbarpaletteitem");
}
/********* menubar ***********/
menubar {