1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 13:24:13 +01:00

Fix tab numbers again.

--HG--
extra : rebase_source : 8461c5bed454c0522fcad7a71163a4de338f55f7
This commit is contained in:
Kris Maglione
2010-12-17 02:43:41 -05:00
parent 41364b2111
commit d6fc8c5cb5
3 changed files with 13 additions and 14 deletions

View File

@@ -80,10 +80,8 @@
@-moz-document
url-prefix(chrome://) {
xul|tabs, xul|tabbrowser { counter-reset: dactyl-tab-number; }
xul|tab { counter-increment: dacytl-tab-number; }
.tab-icon-image, .tab-throbber { -moz-box-ordinal-group: 10; }
[dactyl|highlight~=TabNumber], [dactyl|highlight~=TabIconNumber] { -moz-box-ordinal-group: 20; }
.tab-icon-image, .tab-throbber { -moz-box-ordinal-group: 10; }
[dactyl|highlight~=tab-number] { -moz-box-ordinal-group: 20; }
.tab-text, .tab-label, .tab-close-button { -moz-box-ordinal-group: 50; }
#addon-bar > #addonbar-closebutton {