A new userstyle
new tab by Anibus
Details
AuthorAnibus
LicenseNo License
Categorytabulation mother
Created
Updated
Size368 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ?
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("example.com") {
button:focus, input[type="button"]:focus, input[type="submit"]:focus {
outline: 2px solid red !important;
box-shadow: 0 0 5px red !important;
}
}