diff options
author | Kris Maglione <maglione.k@gmail.com> | 2010-12-26 20:45:03 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2010-12-26 20:45:03 -0500 |
commit | 8c64d0ec441742513b0387934415dfdc50350d5e (patch) | |
tree | 1611f66690dfad2e41751e7a0039527f167c6e3f /common/skin/dactyl.css | |
parent | 467d193694cc4ac890600b553e623ce84f199926 (diff) | |
download | pentadactyl-8c64d0ec441742513b0387934415dfdc50350d5e.tar.gz |
Re-enable tab numbers of FF36.
Diffstat (limited to 'common/skin/dactyl.css')
-rw-r--r-- | common/skin/dactyl.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/skin/dactyl.css b/common/skin/dactyl.css index 62c92ca1..4d4b59d4 100644 --- a/common/skin/dactyl.css +++ b/common/skin/dactyl.css @@ -77,9 +77,9 @@ @-moz-document url-prefix(chrome://) { -.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; } +#TabsToolbar .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; } [dactyl|highlight~=Bell] { -moz-appearance: none !important; |