diff options
| author | Jez Ng | 2012-09-09 01:01:16 -0400 | 
|---|---|---|
| committer | Jez Ng | 2012-09-09 01:01:16 -0400 | 
| commit | 5af3aafb649551115db1c871de0099cbf3d4e8eb (patch) | |
| tree | 97950157169c064005201c1ebe75c6eef39a61f2 /background_scripts/settings.coffee | |
| parent | 3e5bba24ede4f9392ff666634a0a8f05e21a02d1 (diff) | |
| download | vimium-5af3aafb649551115db1c871de0099cbf3d4e8eb.tar.bz2 | |
Fix default hint styling.
Diffstat (limited to 'background_scripts/settings.coffee')
| -rw-r--r-- | background_scripts/settings.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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;        } | 
