SecurelinkCloud: VPAM Login Highlighter latest version (currently v1.0.0)

← Back to Stylus Rules

Style Content

/* ==UserStyle==
@name           SecurelinkCloud: VPAM Login Highlighter
@namespace      https://www.timhilton.xyz/stylus-rules/
@version        1.0.0
@description    Highlights the local authentication login button in SecurelinkCloud VPAM login pages
@author         Tim Hilton
@homepageURL    https://www.timhilton.xyz/stylus-rules/securelinkcloud/vpam-login-highlighter/
@updateURL      https://www.timhilton.xyz/stylus-rules/securelinkcloud/vpam-login-highlighter/latest/vpam-login-highlighter.user.css
==/UserStyle==*/

@-moz-document regexp("https:\\/\\/.*\\.securelinkcloud\\.net/ui/login.*") {
[data-testid="login-form-local-authentication-button"] {
    box-shadow: 0 0 30px 30px #90ee90; /* #90ee90 (light green) makes the correct login option stand out */
}
}