mozilla / addons

☂ Umbrella repository for Mozilla Addons ✨
Other
125 stars 41 forks source link

Making rating stars yellow #11974

Closed pwalm closed 6 years ago

pwalm commented 6 years ago
screen shot 2018-06-27 at 11 01 58 am

Make the rating stars on the detail page yellow: filled: RGBA: 255,233,0,100 empty: RGBA: 255,233,0,25

NOTE: the wording, 4 star average, will be handled in https://github.com/mozilla/addons/issues/11975

ioanarusiczki commented 6 years ago

Verified fixed on AMO dev with FF61(Win 10&Android 8.0)

@kumar303 I couldn't find using the Inspector the RGBA values as mentioned above for the rating stars.

filled: RGBA: 255,233,0,100 empty: RGBA: 255,233,0,25

For the rating bar, I found rgba(255, 233, 0, 0.75) - yellow. The rating stars have : rgb(29, 29, 29) and rgba(0, 0, 0, 0); Let me know if it's ok. Thanks!