https://bugzilla.wikimedia.org/show_bug.cgi?id=47777
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |design CC| |[email protected] | |rg, [email protected] --- Comment #1 from [email protected] --- In Firefox, from light to dark: * The text field border is #C9C9C9 This is $agoraGray in the Compass sass files from which we build the Agora CSS. * placeholder text is #898989 This isn't explicitly styled but it varies with the text input color, Firefox's rule is opacity: 0.54. * label text is #7D7D7D I think this is darken($agoraGray, 30%) in sass * text input is #252525 This is $agoraTextColor in sass. all on a #FFFFFF background. I think the labels should be darker. darken($agoraGray, 50%) makes them #4a4a4a. But I'm not a designer. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
