mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 933262 - search box is too wide in palette, r=Unfocused
This commit is contained in:
parent
a880139178
commit
0574ed0787
@ -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