diff options
author | Kris Maglione <maglione.k@gmail.com> | 2010-12-17 00:46:26 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2010-12-17 00:46:26 -0500 |
commit | a73ee765d8cb7c7cf2651836d9de5b25aad92566 (patch) | |
tree | 7da43ec3f04b730faca32fe7f09a34878f093564 /common/skin | |
parent | 2b254ecc6b4de3f0524041697af9c8457f924b42 (diff) | |
download | pentadactyl-a73ee765d8cb7c7cf2651836d9de5b25aad92566.tar.gz |
Kill tab bindings.
Diffstat (limited to 'common/skin')
-rw-r--r-- | common/skin/dactyl.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/common/skin/dactyl.css b/common/skin/dactyl.css index 24b8b352..93744980 100644 --- a/common/skin/dactyl.css +++ b/common/skin/dactyl.css @@ -1,5 +1,6 @@ @namespace dactyl url("http://vimperator.org/namespaces/liberator"); @namespace html url("http://www.w3.org/1999/xhtml"); +@namespace xul uri("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* Applied to all content */ [dactyl|activeframe] { @@ -79,6 +80,12 @@ @-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-text, .tab-label, .tab-close-button { -moz-box-ordinal-group: 50; } + #addon-bar > #addonbar-closebutton { visibility: collapse; } |