[Pkg-mozext-commits] [tabmixplus] 36/51: Change tab-close-button image on Linux when user set background color on tabs

David Prévot taffit at moszumanska.debian.org
Mon Feb 2 18:36:52 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 41aa6da1a0fdf4ecc8c7c7474f982ecd4e22a904
Author: onemen <tabmix.onemen at gmail.com>
Date:   Fri Jan 16 16:43:34 2015 +0200

    Change tab-close-button image on Linux when user set background color on tabs
---
 chrome/skin/app_version/4.0/linux/browser.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/chrome/skin/app_version/4.0/linux/browser.css b/chrome/skin/app_version/4.0/linux/browser.css
index d176add..1e30ecc 100644
--- a/chrome/skin/app_version/4.0/linux/browser.css
+++ b/chrome/skin/app_version/4.0/linux/browser.css
@@ -30,6 +30,11 @@
   background-image: -moz-image-rect(url("chrome://global/skin/icons/close.svg"), 0, 96, 16, 80);
 }
 
+/***  Tab close button when user set background color ***/
+#TabsToolbar[brighttext] .tabbrowser-tab:not([selected="true"]):not(:hover)[tabmix_tabStyle*="bg"] .tab-close-button {
+  background-image: -moz-image-rect(url("chrome://global/skin/icons/close.svg"), 0, 16, 16, 0);
+}
+
 #TabsToolbar[tabmix_skin][multibar] > #appmenu-toolbar-button {
   height: 25px;
 }

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