Bug 891056 - Don't show overlay buttons in snapped view [r=rsilveira]

This commit is contained in:
Matt Brubeck 2013-09-24 13:16:35 -07:00
parent 16e6a58bba
commit b09c599d41
2 changed files with 2 additions and 0 deletions

View File

@ -172,6 +172,7 @@
<stack id="stack" flex="1">
<observes element="bcast_urlbarState" attribute="*"/>
<observes element="bcast_windowState" attribute="*"/>
<!-- Page Area -->
<vbox id="page">
<vbox id="tray" class="tray-toolbar" observes="bcast_windowState" >

View File

@ -375,6 +375,7 @@ documenttab[selected] .documenttab-selection {
background-position: left 6px center;
}
#stack[viewstate="snapped"] > .overlay-button,
#stack[keyboardVisible] > .overlay-button,
#stack[autocomplete] > .overlay-button,
#stack[fullscreen] > .overlay-button,