mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1177463 - Temporarily hide the toolbox minimize button; r=bgrins
This commit is contained in:
parent
f3759a638a
commit
4835e5e40d
@ -34,6 +34,7 @@ support-files =
|
||||
[browser_toolbox_hosts.js]
|
||||
[browser_toolbox_hosts_size.js]
|
||||
[browser_toolbox_minimize.js]
|
||||
skip-if = true # Bug 1177463 - Temporarily hide the minimize button
|
||||
[browser_toolbox_options.js]
|
||||
[browser_toolbox_options_disable_buttons.js]
|
||||
[browser_toolbox_options_disable_cache-01.js]
|
||||
|
@ -663,6 +663,12 @@
|
||||
background-image: url("chrome://browser/skin/devtools/undock@2x.png");
|
||||
}
|
||||
|
||||
#toolbox-dock-bottom-minimize {
|
||||
/* Bug 1177463 - The minimize button is currently hidden until we agree on
|
||||
the UI for it, and until bug 1173849 is fixed too. */
|
||||
display: none;
|
||||
}
|
||||
|
||||
#toolbox-dock-bottom-minimize > image {
|
||||
background-image: url("chrome://browser/skin/devtools/dock-bottom-minimize@2x.png");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user