[Pkg-mozext-commits] [tabmixplus] 03/13: Update changeset d1c158bc7901, Override rule that set list-style-image for toolbarbutton-1 to the close tab button

David Prévot taffit at moszumanska.debian.org
Wed Oct 29 01:34:30 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 9224313e14a8c36c3307c96b4e22e34135414bb0
Author: onemen <tabmix.onemen at gmail.com>
Date:   Sun Oct 19 09:28:21 2014 +0300

    Update changeset d1c158bc7901, Override rule that set list-style-image for toolbarbutton-1 to the close tab button
---
 chrome/skin/app_version/4.0/mac/browser.css | 2 +-
 chrome/skin/app_version/4.0/win/browser.css | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/chrome/skin/app_version/4.0/mac/browser.css b/chrome/skin/app_version/4.0/mac/browser.css
index a1c9f83..2596709 100644
--- a/chrome/skin/app_version/4.0/mac/browser.css
+++ b/chrome/skin/app_version/4.0/mac/browser.css
@@ -24,7 +24,7 @@
 }
 
 /* override some rules for toolbarbutton-1 and tabs-closebutton */
-#TabsToolbar > .tabs-closebutton {
+#TabsToolbar > .tabs-closebutton:not([class~="tabmix"]) {
   list-style-image: url("chrome://global/skin/icons/close.png");
 }
 
diff --git a/chrome/skin/app_version/4.0/win/browser.css b/chrome/skin/app_version/4.0/win/browser.css
index c6dd555..a73745e 100644
--- a/chrome/skin/app_version/4.0/win/browser.css
+++ b/chrome/skin/app_version/4.0/win/browser.css
@@ -16,8 +16,11 @@
 }
 
 /* override some rules for toolbarbutton-1 and tabs-closebutton*/
-#TabsToolbar > .tabs-closebutton {
+#TabsToolbar > .tabs-closebutton:not([class~="tabmix"]) {
   list-style-image: url("chrome://global/skin/icons/close.png");
+}
+
+#TabsToolbar > .tabs-closebutton {
   background-image: 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