diff options
| author | Björn | 2012-04-27 21:23:45 +0200 | 
|---|---|---|
| committer | Jez Ng | 2012-04-27 16:19:37 -0400 | 
| commit | 36ba08a4e14f7de05b3357b35666e7351083998d (patch) | |
| tree | 093e4ac40253e0e16e0ada6978ee27b682de32c5 /vimium.css | |
| parent | c4ed266304234788160bd1ede5370432c8710675 (diff) | |
| download | vimium-36ba08a4e14f7de05b3357b35666e7351083998d.tar.bz2 | |
flashElement: use an overlay, so zero-sized links are flashed as well
(no css manupulation of the target element)
Conflicts:
	lib/domUtils.js
Diffstat (limited to 'vimium.css')
| -rw-r--r-- | vimium.css | 7 | 
1 files changed, 7 insertions, 0 deletions
@@ -380,3 +380,10 @@ body.vimiumFindMode ::selection {    border: none !important;    width: 90% !important;  } + +#vimiumFlash { +  box-shadow: 0px 0px 4px 2px #4183C4; +  background: transparent; +  position: absolute; +  z-index: 99999; +}  | 
