Useful for dark themes. Control over star foreground and background colors.
gold stars for aliexpress.com by Maeti
Details
AuthorMaeti
LicenseNo License
Categoryaliexpress.com
Created
Updated
Size1.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name gold stars for aliexpress.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Useful for dark themes. Control over star foreground and background colors.
@author Mæti
==/UserStyle== */
/* AliExpress Gold Stars Userstyle */
@-moz-document domain("aliexpress.com") {
/* Stars on items page */
/* Filled stars */
.rating--wrap--jg9uoRp .rating--item--Nt_U0Ff .rating--top--hpJ_aL4 svg[fill="currentColor"] {
fill: gold !important;
}
/* Unfilled star background */
.rating--wrap--jg9uoRp .rating--item--Nt_U0Ff .rating--bottom--FSoGJfY svg {
fill: black !important; /* Make the background stars black */
}
/* Stars on home page */
/* Filled stars */
.t9_CA .Ktfxu ._2E4Wz {
background-color: gold !important; /* Change the star fill to gold */
}
/* Unfilled star background */
.t9_CA .Ktfxu {
background-color: rgb(123, 123, 123) !important; /* Grey background for unfilled stars */
}
/* Frame around stars */
.t9_CA .Ktfxu .EYoOU {
filter: brightness(0) !important;
}
/* Stars on search page */
/* Unfilled (grey) stars background */
.multi--evalutionModal--Ktfxu90 {
background-color: rgb(123, 123, 123) !important; /* Grey background for unfilled stars */
}
/* Filled stars */
.multi--starList--t9_CAj2 .multi--evalutionModal--Ktfxu90 .multi--progress--2E4WzbQ {
background-color: gold !important;
}
/* Frame around stars */
.multi--starList--t9_CAj2 .multi--star--EYoOUoR {
filter: brightness(0) !important;
}
}