[Pkg-mozext-commits] [tabmixplus] 24/107: Tabbar background color in multi-row doesn’t match the background color in single-row on Mac OS X

David Prévot taffit at moszumanska.debian.org
Tue Dec 29 19:02:46 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 c8df43339e5709f4929683ec11adf0f49cb90ce6
Author: onemen <tabmix.onemen at gmail.com>
Date:   Fri Oct 23 17:24:08 2015 +0300

    Tabbar background color in multi-row doesn’t match the background color in single-row on Mac OS X
---
 chrome/skin/app_version/all/mac/browser.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/chrome/skin/app_version/all/mac/browser.css b/chrome/skin/app_version/all/mac/browser.css
index a75402d..d92b00d 100644
--- a/chrome/skin/app_version/all/mac/browser.css
+++ b/chrome/skin/app_version/all/mac/browser.css
@@ -42,7 +42,8 @@
 
 #TabsToolbar[multibar]:not(:-moz-lwtheme) {
   background-repeat: repeat;
-  -moz-appearance: toolbar;
+  background-color: rgb(225, 225, 225);
+  background-image: linear-gradient(rgb(232, 232, 232), rgb(211, 211, 211));
 }
 
 .tabbrowser-tabs[multibar=true] .tabbrowser-arrowscrollbox > toolbarbutton {

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