Jump to content

blueprint css help


severndigital

Recommended Posts

I am trying to use blueprint css framwork. Everything is falling into place and working quite well.

 

My problem now is that i want to make a form input field have a background color if it is required.

 

I tried just making a class called req_item with a background of the color I want, but it won't apply

 

here is my custom css call

.req_item
{
background-color: #DEF;
}

 

and my input field

<input type="text" value="<?=set_value('old_number',$job_info['job_number']);?>" class="req_item"/>

 

no matter what, the blueprint default input css takes over and the background of the input field does not change to color i put into the req_item class.

 

I don't understand why I cannot override the blueprint css for the input field.

 

Thanks in advance for any help.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.