[Pkg-mozext-commits] [tabmixplus] 06/73: Update changesets 5e45a1919ab5 and 71660ede1517, -moz-window-dragging is not recognize by PlaeMoon

David Prévot taffit at moszumanska.debian.org
Mon May 9 02:30:49 UTC 2016


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

taffit pushed a commit to branch master
in repository tabmixplus.

commit 803abd5091041f998eed1fbea732e20e8dea328c
Author: onemen <tabmix.onemen at gmail.com>
Date:   Tue Mar 22 07:48:13 2016 +0200

    Update changesets 5e45a1919ab5 and 71660ede1517, -moz-window-dragging is not recognize by PlaeMoon
---
 chrome/content/overlay/browsr.css  | 5 -----
 chrome/content/overlay/firefox.css | 6 ++++++
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/chrome/content/overlay/browsr.css b/chrome/content/overlay/browsr.css
index c5a982e..55b42f4 100644
--- a/chrome/content/overlay/browsr.css
+++ b/chrome/content/overlay/browsr.css
@@ -322,8 +322,3 @@ so display: none !important; does not hide the button */
 #tabmix-rows-tooltip:not([flowing="multibar"]) {
   display: none;
 }
-
-#main-window[tabsintitlebar][tabmix-tabbaronbottom] .tabbrowser-tabbox,
-#main-window[tabsintitlebar] #TabsToolbar[tabmix-disallow-drag] {
-  -moz-window-dragging: no-drag;
-}
diff --git a/chrome/content/overlay/firefox.css b/chrome/content/overlay/firefox.css
index e27341a..2d18c5a 100644
--- a/chrome/content/overlay/firefox.css
+++ b/chrome/content/overlay/firefox.css
@@ -15,3 +15,9 @@
   */
   margin-top: 1px !important;
 }
+
+/* -moz-window-dragging is not recognize by Plaemoon */
+#main-window[tabsintitlebar][tabmix-tabbaronbottom] .tabbrowser-tabbox,
+#main-window[tabsintitlebar] #TabsToolbar[tabmix-disallow-drag] {
+  -moz-window-dragging: no-drag;
+}

-- 
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