diff options
| author | Jez Ng | 2012-09-08 11:44:01 -0400 | 
|---|---|---|
| committer | Jez Ng | 2012-09-08 11:44:01 -0400 | 
| commit | eab9ac32db6cf9567e2c1b2499e794c2f66210c1 (patch) | |
| tree | d281d5aafa1fc851087b1cbd6b440100bf96b085 | |
| parent | a9ff5686d8a749f220b3a646a8db1275949d8bb1 (diff) | |
| download | vimium-eab9ac32db6cf9567e2c1b2499e794c2f66210c1.tar.bz2 | |
Change the default CSS template.
'background-color' is no longer sufficient to override our default
styling. Refs #626.
| -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 865ab933..ec602cc0 100644 --- a/background_scripts/settings.coffee +++ b/background_scripts/settings.coffee @@ -27,7 +27,7 @@ root.Settings = Settings =        """        div > .vimiumHintMarker {        /* linkhint boxes */ -      background-color: yellow; +      background: yellow;        border: 1px solid #E3BE23;        } | 
