diff --git a/server/templates/macros.htm b/server/templates/macros.htm index 48c07c1..865afc0 100644 --- a/server/templates/macros.htm +++ b/server/templates/macros.htm @@ -133,6 +133,16 @@ transition: opacity .2s linear; z-index: 20; } + .thumbnail_view > .overlay.watched, + .thumbnail_view > .overlay.ignored { + opacity: 66%; + } + .thumbnail_view > .overlay.watched { + background-color: rgba(20, 117, 0, 0.7); + } + .thumbnail_view > .overlay.ignored { + background-color: rgba(117, 0, 0, 0.7); + } .thumbnail_view > .button_list { display: inline-flex; flex-wrap: nowrap; @@ -383,6 +393,11 @@ {%- endif -%} {% endif %} +
{{ media_thumbnail_buttons(element) }}