mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 11:04:12 +01:00
Kill tab bindings.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user