Greasy Fork

Remove Video Focus Border for anime1

A new userstyle

目前为 2023-11-11 提交的版本。查看 最新版本

/* ==UserStyle==
@name           Remove Video Focus Border for anime1
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         CY Fung
@license        MIT
==/UserStyle== */
@-moz-document domain("anime1.me") {
    .vjscontainer video[class*="vjs-"]:focus {
        outline: none;
        border-color: inherit;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}