[Pkg-mozext-commits] [tabmixplus] 68/123: Remove clip-path add by Firefox to not selected tabs with background, when tabs in title bar, window is not maximized and menu bar is hidden. (Bug 987067, changeset 68d149276487)
David Prévot
taffit at moszumanska.debian.org
Wed Sep 17 21:16:28 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 65f4b750198fe604b8bae8133781841261d9bbbd
Author: onemen <tabmix.onemen at gmail.com>
Date: Tue Sep 2 22:23:48 2014 +0300
Remove clip-path add by Firefox to not selected tabs with background, when tabs in title bar, window is not maximized and menu bar is hidden. (Bug 987067, changeset 68d149276487)
---
chrome/skin/app_version/4.0/win/browser.css | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/chrome/skin/app_version/4.0/win/browser.css b/chrome/skin/app_version/4.0/win/browser.css
index 06e82d5..e3d88a6 100644
--- a/chrome/skin/app_version/4.0/win/browser.css
+++ b/chrome/skin/app_version/4.0/win/browser.css
@@ -98,3 +98,9 @@
background-size: calc(100% - 2px) calc(100% - 2px), 1px calc(100% - 1px), 1px calc(100% - 1px), 100% 1px, 100% 1px;
background-repeat: no-repeat;
}
+
+
+#main-window[tabsintitlebar][sizemode=normal] #toolbar-menubar[autohide="true"][inactive] + #TabsToolbar
+.tabbrowser-tabs[tabmix_australis="true"] > .tabbrowser-tab[tabmix_tabStyle*="bg"]:not([selected=true]) > .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