Return-Path: X-Original-To: apmail-incubator-allura-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-allura-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E6F7310CBB for ; Wed, 9 Oct 2013 16:08:27 +0000 (UTC) Received: (qmail 21104 invoked by uid 500); 9 Oct 2013 16:08:27 -0000 Delivered-To: apmail-incubator-allura-dev-archive@incubator.apache.org Received: (qmail 21076 invoked by uid 500); 9 Oct 2013 16:08:26 -0000 Mailing-List: contact allura-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: allura-dev@incubator.apache.org Delivered-To: mailing list allura-dev@incubator.apache.org Received: (qmail 21059 invoked by uid 99); 9 Oct 2013 16:08:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Oct 2013 16:08:24 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of noreply@sourceforge.net designates 216.34.181.60 as permitted sender) Received: from [216.34.181.60] (HELO smtp.ch3.sourceforge.com) (216.34.181.60) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Oct 2013 16:08:20 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.com; s=x; h=Date:Message-ID:Subject:Reply-To:From:To:MIME-Version:Content-Type; bh=1/fBnhvE4FhymO9f9MORvGVntw/zJ8pIyVFbHzBtCzI=; b=t0Q5B0eIAlWbAcCRaX1U05kGdfeJCXC1rjRAKHHRz3TDS4OBlXZsqak2p4S0JJjwlntoVhTg0gVUIesNteOmwzENttSN195tUR9WCZmSCg/fmfIg0LcwKa/h795G6udoxilVGxyZgcFqm/1vDUwNnviTbK+Xqfd/69FSEUKYYSs=; Received: from localhost ([127.0.0.1] helo=sfs-alluradaemon-1.v29.ch3.sourceforge.com) by sfs-alluradaemon-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1VTwIp-00073z-QF for allura-dev@incubator.apache.org; Wed, 09 Oct 2013 16:07:59 +0000 Content-Type: multipart/related; boundary="===============6517414560547434886==" MIME-Version: 1.0 To: "[allura:tickets] " <3472@tickets.allura.p.re.sf.net> From: "Dave Brondsema" Reply-To: "[allura:tickets] " <3472@tickets.allura.p.re.sf.net> Subject: [allura:tickets] #3472 Default Colours are not Overridden in Text Areas and Inputs [23289] Message-ID:

Date: Wed, 09 Oct 2013 16:07:59 +0000 X-Virus-Checked: Checked by ClamAV on apache.org --===============6517414560547434886== Content-Type: multipart/alternative; boundary="===============2184135988996223191==" MIME-Version: 1.0 --===============2184135988996223191== MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit - **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. --===============2184135988996223191== MIME-Version: 1.0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit
  • 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.

--===============2184135988996223191==-- --===============6517414560547434886==--