summaryrefslogtreecommitdiff
path: root/common/skin
diff options
context:
space:
mode:
Diffstat (limited to 'common/skin')
-rw-r--r--common/skin/dactyl.css7
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;
}