[Pkg-mozext-commits] [tabmixplus] 39/123: Remove background clip-path when hovered on tab with background color on mac

David Prévot taffit at moszumanska.debian.org
Wed Sep 17 21:16:25 UTC 2014


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

taffit pushed a commit to branch master
in repository tabmixplus.

commit a933e18d8ea70f67d04db2fbfad342c4d7c9027d
Author: onemen <tabmix.onemen at gmail.com>
Date:   Mon Aug 25 13:00:22 2014 +0300

    Remove background clip-path when hovered on tab with background color on mac
---
 chrome/skin/app_version/4.0/mac/browser.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/chrome/skin/app_version/4.0/mac/browser.css b/chrome/skin/app_version/4.0/mac/browser.css
index dfa1d30..a36ab2c 100644
--- a/chrome/skin/app_version/4.0/mac/browser.css
+++ b/chrome/skin/app_version/4.0/mac/browser.css
@@ -87,3 +87,7 @@
 #tabmixScrollBox[flowing=scrollbutton] > .scrollbutton-up:-moz-locale-dir(rtl) {
   -moz-border-image: url("chrome://browser/skin/tabbrowser/tab-overflow-border.png") 0 2 0 2 / 0 2px 0 0;
 }
+
+.tabbrowser-tabs[tabmix_australis="true"] > .tabbrowser-tab[tabmix_tabStyle*="bg"]:not([selected=true]):hover > .tab-stack > .tab-background > .tab-background-middle {
+  clip-path: none !important;
+}

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