diff options
| author | Peter Parks | 2011-11-01 22:16:04 -0700 |
|---|---|---|
| committer | Peter Parks | 2012-01-15 11:47:10 -0800 |
| commit | 2f6f875a68ab3d312c570010d6902ede8508627a (patch) | |
| tree | 37d32499f812c7560925304698516d64dfc3373c | |
| parent | d8342ce8bef66c882f197c64189dacc45d3b38c5 (diff) | |
| download | vimium-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.html | 3 |
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", |
