[Pkg-mozext-commits] [tabmixplus] 120/147: With Tab mix 0.5.0.2 Tab Badge icon is before the tab label instead of after it

David Prévot taffit at moszumanska.debian.org
Sat Aug 5 15:27:43 UTC 2017


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

taffit pushed a commit to branch master
in repository tabmixplus.

commit 3e4f57492342119406b9161ca66205b429b32d90
Author: onemen <tabmix.onemen at gmail.com>
Date:   Fri Mar 31 10:54:26 2017 +0300

    With Tab mix 0.5.0.2 Tab Badge icon is before the tab label instead of after it
---
 chrome/content/overlay/browser.css | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/chrome/content/overlay/browser.css b/chrome/content/overlay/browser.css
index 5f0f1f1..ee08152 100644
--- a/chrome/content/overlay/browser.css
+++ b/chrome/content/overlay/browser.css
@@ -82,7 +82,7 @@ vbox[shortcutsLabels="true"] {
   -moz-box-ordinal-group: 5 !important;
 }
 
-.tabbrowser-tabs:not([closebuttons-side="left"]) > .tabbrowser-tab > .tab-stack > .tab-content > *:not(.tab-close-button):not(.tab-icon-sound):not(.tab-label):not(.tab-label-container) {
+.tabbrowser-tabs:not([closebuttons-side="left"]) > .tabbrowser-tab > .tab-stack > .tab-content > *:not(.tab-close-button):not(.tab-icon-sound):not(.tab-label):not(.tab-label-container):not(label) {
   -moz-box-ordinal-group: 1;
 }
 
@@ -95,10 +95,14 @@ vbox[shortcutsLabels="true"] {
   -moz-box-ordinal-group: 3;
 }
 
-.tabbrowser-tabs:not([closebuttons-side="left"]) > .tabbrowser-tab > .tab-stack > .tab-content > .tab-close-button {
+.tabbrowser-tabs:not([closebuttons-side="left"]) > .tabbrowser-tab > .tab-stack > .tab-content > label {
   -moz-box-ordinal-group: 4;
 }
 
+.tabbrowser-tabs:not([closebuttons-side="left"]) > .tabbrowser-tab > .tab-stack > .tab-content > .tab-close-button {
+  -moz-box-ordinal-group: 5;
+}
+
 .tabbrowser-tabs[closebuttons-side="left"][closebuttons-hover="notactivetab"] > .tabbrowser-tab[selected="true"] > .tab-stack > .tab-content > .tab-close-button,
 .tabbrowser-tabs:not([closebuttons="noclose"]):not([closebuttons-hover])[closebuttons-side="left"] > .tabbrowser-tab > .tab-stack > .tab-content > .tab-close-button {
   direction: rtl;

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