diff options
author | KillyMXI | 2017-07-05 00:45:29 +0300 |
---|---|---|
committer | KillyMXI | 2017-07-05 00:45:29 +0300 |
commit | 53d719ddbf38784ccb8862a8c9962fde52c72371 (patch) | |
tree | a77e952690015937205cc15efe89317514912e3f /juick-www/src/main/static/style.css | |
parent | ba2bdfe79f76296fd5c9eebe8acb3ea2aa92f7ff (diff) |
juick-www: include video in nsfw filter
Diffstat (limited to 'juick-www/src/main/static/style.css')
-rw-r--r-- | juick-www/src/main/static/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index cb03abd4..c596da8a 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -808,12 +808,13 @@ fieldset { /* end of embeds */ /* nsfw */ article.nsfw .embedContainer img, +article.nsfw .embedContainer video, article.nsfw .embedContainer iframe, article.nsfw .ir img { opacity: 0.1; - transition: opacity 0.05s; } article.nsfw .embedContainer img:hover, +article.nsfw .embedContainer video:hover, article.nsfw .embedContainer iframe:hover, article.nsfw .ir img:hover { opacity: 1; |