diff options
| author | Stephen Blott | 2016-04-28 06:51:35 +0100 |
|---|---|---|
| committer | Stephen Blott | 2016-04-28 06:51:35 +0100 |
| commit | fc8519e4e3a770253a35f1af7546d432f64392ea (patch) | |
| tree | dd5c503a121b27dbfb627bb8890eba115486fecc /content_scripts | |
| parent | ac340e2346247b5cd1878e1a814d4c151df3e892 (diff) | |
| download | vimium-fc8519e4e3a770253a35f1af7546d432f64392ea.tar.bz2 | |
Make vimiumFlash a class.
There are circumstances when we hav two (identical) vimiumFlash elements
displayed: specifically, when using the waitForEnter keyboard blocker.
So, we should use a class (rather than an id) to style the flash
element.
Diffstat (limited to 'content_scripts')
| -rw-r--r-- | content_scripts/vimium.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css index 8803fd15..be9d4a65 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -382,7 +382,7 @@ iframe.vomnibarFrame { z-index: 2147483646; } -div#vimiumFlash { +div.vimiumFlash { box-shadow: 0px 0px 4px 2px #4183C4; padding: 1px; background-color: transparent; |
