diff options
| author | mrmr1993 | 2014-12-30 15:31:30 +0000 | 
|---|---|---|
| committer | mrmr1993 | 2014-12-30 15:31:30 +0000 | 
| commit | 7e6b2c5a8439cf8c1e861e3f596915a75ecb9644 (patch) | |
| tree | c834912f054e0c6b1237ea63b1e4e169371480b9 /content_scripts/vimium.css | |
| parent | f946d23125a80233799564b57253ace2c44b8994 (diff) | |
| download | vimium-7e6b2c5a8439cf8c1e861e3f596915a75ecb9644.tar.bz2 | |
Use classes and a stylesheet for UIComponen
Diffstat (limited to 'content_scripts/vimium.css')
| -rw-r--r-- | content_scripts/vimium.css | 13 | 
1 files changed, 13 insertions, 0 deletions
diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css index f582824a..ec1a09e6 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -302,3 +302,16 @@ div#vimiumFlash {    position: absolute;    z-index: 2147483648;  } + +/* UIComponent CSS */ +iframe.vimiumUIComponentHidden { +  display: none; +} + +iframe.vimiumUIComponentVisible { +  display: block; +} + +iframe.vimiumUIComponentReactivated { +  border: 5px solid yellow; +}  | 
