mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
bugzilla 53822 r=blake, sr=hewitt - classic mac dropdown cleanup.
This commit is contained in:
parent
ed3e84cd5e
commit
5d46b89952
@ -30,6 +30,8 @@ textbox[type="autocomplete"]
|
||||
padding : 1px 2px;
|
||||
background-color : #CCCCCC;
|
||||
list-style-image : url("chrome://global/skin/arrow-dn.gif");
|
||||
-moz-binding : url("chrome://global/skin/classicBindings.xml#autocomplete-history-button");
|
||||
|
||||
}
|
||||
|
||||
.autocomplete-history-button[open="true"]
|
||||
|
@ -213,5 +213,13 @@
|
||||
<xul:text class="toolbarbutton-top-text" inherits="value=label,crop"/>
|
||||
</content>
|
||||
</binding>
|
||||
|
||||
<binding id="autocomplete-history-button" extends="xul:box">
|
||||
<content>
|
||||
<xul:box class="autocomplete-history-button-internal-box" autostretch="never">
|
||||
<children/>
|
||||
</xul:box>
|
||||
</content>
|
||||
</binding>
|
||||
|
||||
</bindings>
|
||||
|
Loading…
Reference in New Issue
Block a user