make genre vote buttons primary again
RYM Genre Vote Buttons Primary Color by jgchk
Details
Authorjgchk
LicenseNo License
Categoryrateyourmusic
Created
Updated
Size673 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 RYM Genre Vote Buttons Primary Color
@version 20220428.03.37
@namespace userstyles.world/user/jgchk
@description make genre vote buttons primary again
@author jgchk
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://rateyourmusic.com/rgenre/set") {
.genrea input[type=button],
.genred input[type=button] {
background: var(--btn-primary-background-default);
color: var(--btn-primary-text);
}
.genrea input[type=button][disabled=disabled],
.genred input[type=button][disabled=disabled] {
color: var(--btn-primary-text-disabled);
background: var(--btn-primary-background-disabled);
}
}