[Pkg-mozext-commits] [tabmixplus] 40/47: Prevent tabbrowser-tabs height from increasing by 2px in Mac when new-tab-button is after the tabs and the tabs are in display: block

David Prévot taffit at moszumanska.debian.org
Fri Sep 26 20:57:03 UTC 2014


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

taffit pushed a commit to branch upstream
in repository tabmixplus.

commit d3ff672d078a00483bf74007b608be060cbdb3a2
Author: onemen <tabmix.onemen at gmail.com>
Date:   Tue Sep 23 15:30:50 2014 +0300

    Prevent tabbrowser-tabs height from increasing by 2px in Mac when new-tab-button is after the tabs and the tabs are in display: block
---
 chrome/skin/app_version/4.0/mac/browser.css | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/chrome/skin/app_version/4.0/mac/browser.css b/chrome/skin/app_version/4.0/mac/browser.css
index 019e7ab..a9cf509 100644
--- a/chrome/skin/app_version/4.0/mac/browser.css
+++ b/chrome/skin/app_version/4.0/mac/browser.css
@@ -15,7 +15,15 @@
 }
 */
 
-/* override some rules for toolbarbutton-1 and tabs-closebutton*/
+/* prevent tabbrowser-tabs height from increasing by 2px when the tabs are
+   in display: block */
+#TabsToolbar[tabmix-show-newtabbutton="aftertabs"] >
+    #tabbrowser-tabs[flowing="multibar"] > .tabbrowser-arrowscrollbox >
+    .tabs-newtab-button[command="cmd_newNavigatorTab"]  .toolbarbutton-icon {
+  margin: -2px 0px;
+}
+
+/* override some rules for toolbarbutton-1 and tabs-closebutton */
 #TabsToolbar > .tabs-closebutton {
   list-style-image: url("chrome://global/skin/icons/close.png");
 }

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