[Pkg-mozext-commits] [tabmixplus] 30/107: When the tabs are vertical (Tree Style Tab, Vertical Tabs) and the "New tab button" setting is on "After last tab" two new tab buttons are displayed, one after the last tab and one at the bottom
    David Prévot 
    taffit at moszumanska.debian.org
       
    Tue Dec 29 19:02:47 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 d44f405d71a01c9b0f8f2ce34749a2fd2e286b32
Author: onemen <tabmix.onemen at gmail.com>
Date:   Sun Oct 25 08:52:58 2015 +0200
    When the tabs are vertical (Tree Style Tab, Vertical Tabs) and the "New tab button" setting is on "After last tab" two new tab buttons are displayed, one after the last tab and one at the bottom
---
 chrome/content/overlay/browsr.css | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/chrome/content/overlay/browsr.css b/chrome/content/overlay/browsr.css
index 8cb3125..ade36fd 100644
--- a/chrome/content/overlay/browsr.css
+++ b/chrome/content/overlay/browsr.css
@@ -171,8 +171,7 @@ label.text-link, label[onclick] {
   visibility: visible;
 }
 
-/* In vertical tabbar the default rules from chrome://browser/content/browser.css are sufficient */
-#TabsToolbar:not([orient="vertical"])[tabmix-show-newtabbutton*="aftertabs"] > #new-tab-button,
+#TabsToolbar[tabmix-show-newtabbutton*="aftertabs"] > #new-tab-button,
 #TabsToolbar:not([tabmix-show-newtabbutton]) > #new-tab-button {
   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