diff options
| author | Stephen Blott | 2015-06-09 14:21:05 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2015-06-09 14:21:05 +0100 | 
| commit | a7712e6ed48c89417846c0f516754551cf2d5d53 (patch) | |
| tree | a2ec3b943a5fabf1253d3c471a0847c353c1860f /content_scripts/vimium.css | |
| parent | 054bda0d1d3c5131361fc62aeca4b40ece9f233b (diff) | |
| download | vimium-a7712e6ed48c89417846c0f516754551cf2d5d53.tar.bz2 | |
Use tab to select filetered link hints.
Diffstat (limited to 'content_scripts/vimium.css')
| -rw-r--r-- | content_scripts/vimium.css | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css index b4bce776..38a968fc 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -90,6 +90,10 @@ div.internalVimiumHintMarker > .matchingCharacter {    color: #D4AC3A;  } +div > .vimiumActiveHintMarker span { +  color: #A07555 !important; +} +  /* Input hints CSS */  div.internalVimiumInputHint {  | 
