Opened 12 years ago

Closed 11 years ago

#1314 closed defect (fixed)

Set color in forum css for text_input and input_text

Reported by: leper Owned by: Brian Stempin
Priority: Nice to Have Milestone: Website / Forum
Component: Website / Forum Keywords:
Cc: Patch:

Description

The css classes text_input (used by the search box) and input_text (used when creating a new topic and probably used by login and new user) don't set the color attribute.

This is a problem on systems with a dark system theme and a white (or some other light) text colour. On such systems we have a white textbox with white text and it would be nice if we could explicitly set the text colour.

Change History (5)

comment:1 by Kieran P, 12 years ago

Milestone: BacklogWebsite / Forum

comment:2 by Brian Stempin, 11 years ago

I will attempt to find a fix and roll this into the next upgrade.

comment:3 by Jan Middelkoop, 11 years ago

Resolution: needsinfo
Status: newclosed

leper, can you confirm if this issue is still present after the recent upgrade to IPB 3.4.5?

comment:4 by leper, 11 years ago

Resolution: needsinfo
Status: closedreopened

Yes, this issue is still there. Setting adding color: #000; to input, select in ipb_styles.css fixes it.

comment:5 by Jan Middelkoop, 11 years ago

Resolution: fixed
Status: reopenedclosed

Added some lines to the CSS.

To fix the search box text color, in #main_search class:

background: white; color: black;

To fix the new topic title input, in .input_text, .ipsTagBox_wrapper class:

color: #000;

To fix the topic tags input, in .ipsTagBox_hiddeninput class:

color: #000;

Note: See TracTickets for help on using tickets.