You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@allura.apache.org by Dave Brondsema <br...@users.sf.net> on 2013/10/09 18:07:59 UTC

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

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



---

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

**Status:** code-review
**Labels:** support p3 ux 
**Created:** Tue Dec 20, 2011 02:10 AM UTC by Chris Tsai
**Last Updated:** Wed Sep 26, 2012 06:24 PM UTC
**Owner:** Dave Brondsema

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;
}
~~~~




---

Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.