aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Parks2011-11-01 22:16:04 -0700
committerPeter Parks2012-01-15 11:47:10 -0800
commit2f6f875a68ab3d312c570010d6902ede8508627a (patch)
tree37d32499f812c7560925304698516d64dfc3373c
parentd8342ce8bef66c882f197c64189dacc45d3b38c5 (diff)
downloadvimium-2f6f875a68ab3d312c570010d6902ede8508627a.tar.bz2
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.
-rw-r--r--background_page.html3
1 files changed, 2 insertions, 1 deletions
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",