Skip to content

Highlight edit button by Qopoche

Screenshot of Highlight edit button

Details

AuthorQopoche

LicenseNo License

Categoryhttps://musicbrainz.org/

Created

Updated

Code size366 B

Code checksuma83fb202

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes the edit button more visible by highlighting it.

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;
}
}

Reviews

No reviews yet.