https://bugzilla.wikimedia.org/show_bug.cgi?id=39793

       Web browser: Firefox
             Bug #: 39793
           Summary: placeholder text color in search bar in Firefox 15 is
                    black instead of gray
           Product: MediaWiki
           Version: 1.20-git
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: patch
          Severity: trivial
          Priority: Unprioritized
         Component: Skin: Vector
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---


Since Firefox 15 the placeholder text in the search bar of skin vector is black
instead of gray.

Solution: Add

div#simpleSearch input:-moz-placeholder {
        color: #999999;
}

to skins/vector/screen.css

https://developer.mozilla.org/en-US/docs/CSS/:-moz-placeholder

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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

Reply via email to