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

Fix tab numbers again.

--HG--
extra : rebase_source : 8461c5bed454c0522fcad7a71163a4de338f55f7
This commit is contained in:
Kris Maglione
2010-12-17 02:43:41 -05:00
parent 41364b2111
commit d6fc8c5cb5
3 changed files with 13 additions and 14 deletions

View File

@@ -232,20 +232,17 @@ const ConfigBase = Class(ModuleBase, {
StatusLineExtended color: black !important; background: #a0FFa0 !important /* light-green */
TabClose;.tab-close-button
TabIcon;.tab-icon
TabIcon;.tab-icon min-width: 16px;
TabText;.tab-text
TabNumber font-weight: bold; margin: 0px; padding-right: .3ex;
TabNumber::after content: counter(dactyl-tab-number);
TabNumber font-weight: bold; margin: 0px; padding-right: .8ex;
TabIconNumber {
width: 16px;
margin-left: -16px;
display: block;
margin: 0 2px 0 -18px !important;
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;