diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index a8222ff..f688b1f 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -2358,8 +2358,13 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .media-gallery__preview { outline-color: rgba(255, 255, 255, .05); } - .app-body .spoiler-button:hover ~ .media-gallery__item > .media-gallery__preview { - outline-color: rgba(255, 255, 255, .1); + .app-body .spoiler-button:hover ~ .media-gallery__item > .media-gallery__preview, + .app-body .media-gallery__item-thumbnail img { + outline-color: rgba(255, 255, 255, .15); + } + .app-body .media-gallery__gifv::after, + .app-body .video-player::after { + border-color: rgba(255, 255, 255, .1); } } .app-body .spoiler-button__overlay__label, diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 52302f3..eaaeb52 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -2358,8 +2358,13 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .media-gallery__preview { outline-color: rgba(255, 255, 255, .05); } - .app-body .spoiler-button:hover ~ .media-gallery__item > .media-gallery__preview { - outline-color: rgba(255, 255, 255, .1); + .app-body .spoiler-button:hover ~ .media-gallery__item > .media-gallery__preview, + .app-body .media-gallery__item-thumbnail img { + outline-color: rgba(255, 255, 255, .15); + } + .app-body .media-gallery__gifv::after, + .app-body .video-player::after { + border-color: rgba(255, 255, 255, .1); } } .app-body .spoiler-button__overlay__label, diff --git a/TangerineUI.css b/TangerineUI.css index bc1f298..7c32557 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -2358,8 +2358,13 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .media-gallery__preview { outline-color: rgba(255, 255, 255, .05); } - .app-body .spoiler-button:hover ~ .media-gallery__item > .media-gallery__preview { - outline-color: rgba(255, 255, 255, .1); + .app-body .spoiler-button:hover ~ .media-gallery__item > .media-gallery__preview, + .app-body .media-gallery__item-thumbnail img { + outline-color: rgba(255, 255, 255, .15); + } + .app-body .media-gallery__gifv::after, + .app-body .video-player::after { + border-color: rgba(255, 255, 255, .1); } } .app-body .spoiler-button__overlay__label,