diff options
| author | 8cy <[email protected]> | 2020-05-23 02:25:46 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-05-23 02:25:46 -0700 |
| commit | 7565a48b941c0d2237b0c90a4e0e906b5581e161 (patch) | |
| tree | beb54a16e8009eb1782bb9577fd6c59573ed7bfe /content.css | |
| download | strelizia-extension-master.tar.xz strelizia-extension-master.zip | |
Diffstat (limited to 'content.css')
| -rw-r--r-- | content.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/content.css b/content.css new file mode 100644 index 0000000..7f070b1 --- /dev/null +++ b/content.css @@ -0,0 +1,21 @@ +#loli-lasso { + position: fixed; + border: 1px dotted; + background: rgba(255, 255, 255, 0.1); + display: none; + left: 0; + right: 0; + width: 0; + height: 0; + z-index: 999; +} + +body.loli-filter:after { + content: ''; + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 998; +}
\ No newline at end of file |