summaryrefslogtreecommitdiff
path: root/common/modules/config.jsm
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2010-12-30 13:12:18 -0500
committerKris Maglione <maglione.k@gmail.com>2010-12-30 13:12:18 -0500
commitcfcf852e4a1722903131bb5b3c75f25ee7858806 (patch)
tree5eb04f4482b118294b305be54d09a3f5e060b1e6 /common/modules/config.jsm
parent47e80891a78e082708b3d5c01e3168e4adc5f694 (diff)
downloadpentadactyl-cfcf852e4a1722903131bb5b3c75f25ee7858806.tar.gz
Fix slew of "Setting pref ... changed from its default value" messages on first startup.
Diffstat (limited to 'common/modules/config.jsm')
-rw-r--r--common/modules/config.jsm3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/modules/config.jsm b/common/modules/config.jsm
index 4883dd6e..1137e993 100644
--- a/common/modules/config.jsm
+++ b/common/modules/config.jsm
@@ -284,8 +284,9 @@ var ConfigBase = Class("ConfigBase", {
TabClose;.tab-close-button
TabIcon;.tab-icon min-width: 16px;
TabText;.tab-text
- TabNumber font-weight: bold; margin: 0px; padding-right: .8ex;
+ TabNumber font-weight: bold; margin: 0px; padding-right: .8ex; cursor: default;
TabIconNumber {
+ cursor: default;
width: 16px;
margin: 0 2px 0 -18px !important;
font-weight: bold;