From 5af3aafb649551115db1c871de0099cbf3d4e8eb Mon Sep 17 00:00:00 2001 From: Jez Ng Date: Sun, 9 Sep 2012 01:01:16 -0400 Subject: Fix default hint styling. --- background_scripts/settings.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'background_scripts') 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; } -- cgit v1.2.3