1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-01 05:35:45 +01:00

Fix slew of "Setting pref ... changed from its default value" messages on first startup.

This commit is contained in:
Kris Maglione
2010-12-30 13:12:18 -05:00
parent 47e80891a7
commit cfcf852e4a
3 changed files with 8 additions and 6 deletions

View File

@@ -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;