1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-22 08:05:46 +01:00

Add tab numbering

This commit is contained in:
Kris Maglione
2008-10-12 05:32:38 +00:00
parent db3cc5433e
commit 7a61111e35
8 changed files with 80 additions and 27 deletions

View File

@@ -120,6 +120,22 @@ the terms of any one of the MPL, the GPL or the LGPL.
@-moz-document
url-prefix(chrome://) {
.tabbrowser-tab {
-moz-binding: url(chrome://liberator/content/bindings.xml#tab);
}
.hl-TabIconNumber {
font-weight: bold;
text-shadow: black -1px 0 1px, black 0 1px 1px, black 1px 0 1px, black 0 -1px 1px;
text-align: center;
color: white;
}
.hl-TabNumber {
font-weight: bold;
padding-right: .3ex;
}
#liberator-container {
font-family: monospace;
}