Makes the edit button more visible by highlighting it.
Highlight edit button by Qopoche
Details
AuthorQopoche
LicenseNo License
Categoryhttps://musicbrainz.org/
Created
Updated
Size366 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 Highlight edit button
@version 20241016.19.33
@namespace ?
@description Makes the edit button more visible by highlighting it.
==/UserStyle== */
@-moz-document url-prefix("https://musicbrainz.org/") {
.tabs li:last-of-type a {
background-color: #ba478f;
color:white;
border-color: white;
font-weight:bold;
}
}