Text field color Text field color
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Text field color

Started by mckd2002, August 03, 2008, 05:48:16 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mckd2002

I am trying to change the color of the text fields as my theme color makes the fields very hard to distinguish. I have been making changes in my custom themes style.css but I can not find the proper area to make the changes needed. Please see the attached file. Any help with this would be much appreciated as I must be overlooking something that is obvious. Thanks!

http://i36.photobucket.com/albums/e6/bbymckd2002/Stuff/reg.gif  [Edit GauGau] Replaced hotlinked image with attachment [/Edit]

Joachim Müller

Posting a link to your gallery might be a good start... ::)

Nibbler

Adjust the textinput class.

mckd2002

My text input looks like the following:

    .textinput {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #FCFAEE;
        padding-right: 3px;
        padding-left: 3px;
}

What would I have to modify and/or add to change the text input field color background from white to another color? Again, thank you for your help.

Nibbler

Add in

background-color: #whatever;

This is not the best place for general CSS questions.

mckd2002

I apologize for posting my question in the wrong area. I do appreciate your help and will try your recommendation. Still learning, so thanks for the help...