diff options
| -rw-r--r-- | README.markdown | 3 | ||||
| -rw-r--r-- | background_scripts/settings.coffee | 2 | ||||
| -rw-r--r-- | manifest.json | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown index 38ae93ff..65e49966 100644 --- a/README.markdown +++ b/README.markdown @@ -155,6 +155,9 @@ don't exceed 110 characters. Release Notes ------------- +1.39 (Unreleased) +- Bugfixes. + 1.38 (09/08/2012) - `O` now opens Vomnibar results in a new tab. `B` does the same for bookmarks only. diff --git a/background_scripts/settings.coffee b/background_scripts/settings.coffee index ec602cc0..5b2e921a 100644 --- a/background_scripts/settings.coffee +++ b/background_scripts/settings.coffee @@ -27,7 +27,7 @@ root.Settings = Settings = """ div > .vimiumHintMarker { /* linkhint boxes */ - background: yellow; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF785), color-stop(100%,#FFC542)); border: 1px solid #E3BE23; } diff --git a/manifest.json b/manifest.json index b5eb391e..8ec9d400 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Vimium", - "version": "1.38", + "version": "1.39", "description": "The Hacker's Browser. Vimium provides keyboard shortcuts for navigation and control in the spirit of Vim.", "icons": { "16": "icons/icon16.png", "48": "icons/icon48.png", |
