#3472 Default Colours are not Overridden in Text Areas and Inputs [23289]

v1.0.1
closed
General
2015-08-20
2011-12-20
Chris Tsai
No

https://sourceforge.net/apps/trac/sourceforge/ticket/23289

If you go to the admin page (or any other page). The color of text boxes is the color from your system theme. (In my case dark) This is especially when I go to edit a wiki page and the color of the text happens to be exactly the same color as the background color from my system theme.

This can be solved by a couple of lines of css:

input {
    color: black;
    background-color: white;
}

textarea {
    color: black;
    background-color: white;
}

Discussion

  • Mark Ramm - 2012-01-12
     
  • Chris Tsai - 2012-09-26
    • labels: support --> support, p3
     
  • Dave Brondsema

    Dave Brondsema - 2013-10-09
    • labels: support, p3 --> support, p3, ux
    • status: open --> code-review
    • assigned_to: Dave Brondsema
    • Size: --> 1
    • Milestone: forge-backlog --> forge-oct-18
     
  • Dave Brondsema

    Dave Brondsema - 2013-10-09

    fix in allura:db/3472, and sftheme:db/3472 for the SF theme

     
    • QA: Tim Van Steenburgh
     
    • status: code-review --> closed
     

Log in to post a comment.