coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: mckd2002 on August 03, 2008, 05:48:16 AM

Title: Text field color
Post by: mckd2002 on August 03, 2008, 05:48:16 AM
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]
Title: Re: Text field color
Post by: Joachim Müller on August 03, 2008, 11:33:19 AM
Posting a link to your gallery might be a good start... ::)
Title: Re: Text field color
Post by: Nibbler on August 03, 2008, 01:02:44 PM
Adjust the textinput class.
Title: Re: Text field color
Post by: mckd2002 on August 03, 2008, 04:46:26 PM
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.
Title: Re: Text field color
Post by: Nibbler on August 03, 2008, 04:49:17 PM
Add in

background-color: #whatever;

This is not the best place for general CSS questions.
Title: Re: Text field color
Post by: mckd2002 on August 03, 2008, 05:04:05 PM
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...