changes colors of address status
Alba Mobile Customizations v1 by alberthchau
Details
Authoralberthchau
LicenseNo License
Categoryhttps://www.mcmxiv.com/alba/mobile/
Created
Updated
Size619 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 Alba Mobile Customizations v1
@version 20241217.21.36
@namespace https://userstyles.world/user/AC
@description changes colors of address status
@author AC
==/UserStyle== */
@-moz-document url-prefix("https://www.mcmxiv.com/alba/mobile/"), url-prefix("https://www.mcmxiv.com/alba/mobile") {
span.label.muted:not(:has(> *)) {
/* Targets spans with "label muted" that don't have children */
background-color: #f77000;
}
span.label.muted:contains("Contacted") {
background-color: initial; /* Resets background for 'Contacted' spans */
}
}