1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 09:02:27 +01:00

Kill tab bindings.

This commit is contained in:
Kris Maglione
2010-12-17 00:46:26 -05:00
parent 2b254ecc6b
commit a73ee765d8
8 changed files with 41 additions and 112 deletions

View File

@@ -234,13 +234,18 @@ const ConfigBase = Class(ModuleBase, {
TabClose;.tab-close-button
TabIcon;.tab-icon
TabText;.tab-text
!TabNumber font-weight: bold; margin: 0px; padding-right: .3ex;
!TabIconNumber {
TabNumber font-weight: bold; margin: 0px; padding-right: .3ex;
TabNumber::after content: counter(dactyl-tab-number);
TabIconNumber {
width: 16px;
margin-left: -16px;
display: block;
font-weight: bold;
color: white;
text-align: center;
text-shadow: black -1px 0 1px, black 0 1px 1px, black 1px 0 1px, black 0 -1px 1px;
}
TabIconNumber::after content: counter(dactyl-tab-number);
Title color: magenta; background: white; font-weight: bold;
URL text-decoration: none; color: green; background: inherit;