mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
Bug 933262 - search box is too wide in palette, r=Unfocused
This commit is contained in:
parent
f298c06fde
commit
62f4df9e72
@ -394,10 +394,15 @@ toolbarbutton.panel-multiview-anchor {
|
||||
-moz-box-flex: 1;
|
||||
}
|
||||
|
||||
#search-container@inAnyPanel@ {
|
||||
#search-container[cui-areatype="menu-panel"] {
|
||||
width: @menuPanelWidth@;
|
||||
}
|
||||
|
||||
toolbarpaletteitem[place="palette"] > #search-container {
|
||||
min-width: 7em;
|
||||
width: 7em;
|
||||
}
|
||||
|
||||
#edit-controls@inAnyPanel@ > toolbarbutton,
|
||||
#zoom-controls@inAnyPanel@ > toolbarbutton {
|
||||
-moz-appearance: none;
|
||||
|
Loading…
Reference in New Issue
Block a user