aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJez Ng2012-09-09 01:01:16 -0400
committerJez Ng2012-09-09 01:01:16 -0400
commit5af3aafb649551115db1c871de0099cbf3d4e8eb (patch)
tree97950157169c064005201c1ebe75c6eef39a61f2
parent3e5bba24ede4f9392ff666634a0a8f05e21a02d1 (diff)
downloadvimium-5af3aafb649551115db1c871de0099cbf3d4e8eb.tar.bz2
Fix default hint styling.
-rw-r--r--README.markdown3
-rw-r--r--background_scripts/settings.coffee2
-rw-r--r--manifest.json2
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",