2000-06-04 09:43:20 +04:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<bindings id="globalBindings"
|
|
|
|
xmlns="http://www.mozilla.org/xbl"
|
2001-11-03 07:36:26 +03:00
|
|
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
2002-04-13 18:25:38 +04:00
|
|
|
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
xmlns:xbl="http://www.mozilla.org/xbl">
|
2000-06-04 09:43:20 +04:00
|
|
|
|
2001-04-30 22:58:08 +04:00
|
|
|
<!-- :::/ widgets \ ::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
|
|
|
|
|
2001-09-20 11:10:52 +04:00
|
|
|
<binding id="toolbar-menu-button" display="xul:menu"
|
|
|
|
extends="chrome://global/content/bindings/toolbarbutton.xml#menu-button">
|
|
|
|
<content>
|
|
|
|
<children includes="observes|template|menupopup|tooltip"/>
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
<xul:stack class="box-inherit toolbarbutton-menubutton-stack" flex="1">
|
2001-09-20 11:10:52 +04:00
|
|
|
<xul:toolbarbutton class="box-inherit toolbarbutton-menubutton-button"
|
|
|
|
anonid="button" allowevents="true"
|
2002-04-13 18:25:38 +04:00
|
|
|
xbl:inherits="disabled,image,label,crop,accesskey,command,
|
2002-09-24 23:40:29 +04:00
|
|
|
buttonover,buttondown,align,dir,pack,orient,toolbarmode,buttonstyle"/>
|
|
|
|
<xul:dropmarker type="menu-button" xbl:inherits="open,disabled,toolbarmode,buttonstyle"
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
class="toolbarbutton-menubutton-dropmarker"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:stack>
|
2000-09-13 14:46:20 +04:00
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
|
2001-06-28 13:15:38 +04:00
|
|
|
<!-- :::/ mini scrollbar \ ::::::::::::::::::::::::::::::::::::::::::::::::: -->
|
|
|
|
|
|
|
|
<binding id="iframe-miniscroll" extends="chrome://global/content/bindings/general.xml#iframe">
|
|
|
|
<content usechromesheets="chrome://global/skin/scrollbars-mini.css"/>
|
|
|
|
</binding>
|
|
|
|
|
2001-07-24 14:59:27 +04:00
|
|
|
<binding id="browser-miniscroll" extends="chrome://global/content/bindings/browser.xml#browser">
|
2001-06-28 13:15:38 +04:00
|
|
|
<content usechromesheets="chrome://global/skin/scrollbars-mini.css"/>
|
|
|
|
</binding>
|
|
|
|
|
|
|
|
<binding id="scrollbar-mini" extends="chrome://global/content/bindings/scrollbar.xml#scrollbar">
|
|
|
|
<resources>
|
|
|
|
<stylesheet src="chrome://global/skin/scrollbars-mini.css"/>
|
|
|
|
</resources>
|
|
|
|
</binding>
|
|
|
|
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
<!-- :::/ misc scrollbar \ ::::::::::::::::::::::::::::::::::::::::::::::::: -->
|
|
|
|
|
2001-07-12 13:59:29 +04:00
|
|
|
<binding id="row-iconic" extends="xul:row">
|
2001-08-04 10:21:59 +04:00
|
|
|
<content>
|
|
|
|
<xul:hbox align="center">
|
2001-07-12 13:59:29 +04:00
|
|
|
<xul:image class="row-iconic-icon"/>
|
|
|
|
<children/>
|
|
|
|
</xul:hbox>
|
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
|
2000-08-25 09:25:46 +04:00
|
|
|
</bindings>
|