From 2f6f875a68ab3d312c570010d6902ede8508627a Mon Sep 17 00:00:00 2001 From: Peter Parks Date: Tue, 1 Nov 2011 22:16:04 -0700 Subject: Changed the default settings for css links options page. Includes the new declaration for span and entries for the properties users are most likely to want to change to make it easier to know where their changes should be applied. --- background_page.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/background_page.html b/background_page.html index c0332d7f..ada4b70c 100644 --- a/background_page.html +++ b/background_page.html @@ -29,7 +29,8 @@ linkHintCharacters: "sadfjklewcmpgh", filterLinkHints: false, userDefinedLinkHintCss: - ".vimiumHintMarker {\n\n}\n" + + ".vimiumHintMarker \n/* linkhint boxes */ {\nbackground-color:yellow;\nborder:1px solid #E3BE23;\n}\n\n" + + ".vimiumHintMarker span \n/* linkhints text */ {\ncolor: black;\nfont-weight: bold;\nfont-size: 12px;\n}\n\n" + ".vimiumHintMarker > .matchingCharacter {\n\n}", excludedUrls: "http*://mail.google.com/*\n" + "http*://www.google.com/reader/*\n", -- cgit v1.2.3