diff options
author | Kris Maglione <maglione.k@gmail.com> | 2010-12-17 02:43:41 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2010-12-17 02:43:41 -0500 |
commit | d6fc8c5cb5b7161e84bef62c4bb6a8e2ce8c7e8c (patch) | |
tree | a631e7f3f562ad43b15df23e55028b2d6a6ddf00 /common/content/configbase.js | |
parent | 41364b211131f5ccdb7a748338dbb96b45179972 (diff) | |
download | pentadactyl-d6fc8c5cb5b7161e84bef62c4bb6a8e2ce8c7e8c.tar.gz |
Fix tab numbers again.
--HG--
extra : rebase_source : 8461c5bed454c0522fcad7a71163a4de338f55f7
Diffstat (limited to 'common/content/configbase.js')
-rw-r--r-- | common/content/configbase.js | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/common/content/configbase.js b/common/content/configbase.js index 99bdb1ef..81f8f0d0 100644 --- a/common/content/configbase.js +++ b/common/content/configbase.js @@ -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; |