[Pkg-mozext-commits] [tabmixplus] 45/61: An empty bar is shown at the bottom when in fullscreen video (DOMFullscreen) and the tabs are on bottom. Followup bug 1177185 - Work around the inDOMFullscreen attribute being removed too late by checking inFullscreen too

David Prévot taffit at moszumanska.debian.org
Fri Aug 28 19:09:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository tabmixplus.

commit 5c53291983a1647ece5fe37c179cd1b115c5a0af
Author: onemen <tabmix.onemen at gmail.com>
Date:   Fri Aug 14 12:47:53 2015 +0300

    An empty bar is shown at the bottom when in fullscreen video (DOMFullscreen) and the tabs are on bottom.
    Followup bug 1177185 - Work around the inDOMFullscreen attribute being removed too late by checking inFullscreen too
---
 chrome/content/overlay/browsr.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/chrome/content/overlay/browsr.css b/chrome/content/overlay/browsr.css
index aa9098b..69c6271 100644
--- a/chrome/content/overlay/browsr.css
+++ b/chrome/content/overlay/browsr.css
@@ -313,3 +313,8 @@ so display: none !important; does not hide the button */
   margin-bottom: 0px;
   visibility: collapse;
 }
+
+#main-window[inFullscreen][inDOMFullscreen] #tabmix-bottom-toolbox,
+#main-window[inFullscreen][inDOMFullscreen] #fullscr-bottom-toggler {
+  visibility: collapse;
+}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git



More information about the Pkg-mozext-commits mailing list