• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Can not get rid of orange shadow/glow

Can not get rid of orange shadow/glow 12 years 3 days ago #22939

  • bkim
  • bkim's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Help! I'm new to RSForms and not quite CSS or tech savvy.

In any case I created a really basic form and for some reason there is an orange glow/shadow around the input field when it's selected. I've never chosen this as an option and want to either make it blue or get rid of it completely. I went into field attributes and CSS and both were empty. I've also tried inputting CSS to get rid of it and it seems to not even register the CSS. I have absolutely no idea where this orange border is coming from or how to get rid of it.

On a seperate note I would also like to know if it is possible to have the text field caption inside the text field so that it disappears when clicked and what code/where the code would go if I wanted to do that.

P.S. I have not posted a link to the website as it can't be accessed currently outside of my company's network. Also, I'm using form layout 2 Lines XHTML and even though the css has been completely useless I've posted it here just in case.
<style type="text/css">
 
.formFieldset {
 
float:left;
 
background:none repeat scroll 0 0 #FFF;

border:1px solid #000000;

margin:0 auto;
 
padding:10px;
 
width:470px; }
 
.rsform-input-box,
.rsform-text-box,
.rsform-password-box,
.rsform-calendar-box,
.rsform-captcha-box,
.rsform-select-box
{
border: 1px solid #B3B3B3;
background: #fff;
padding: 3px;
}
 
.rsform-input-box:focus,
.rsform-text-box:focus,
.rsform-password-box:focus,
.rsform-calendar-box:focus,
.rsform-captcha-box:focus,
.rsform-select-box:focus
{
border: 1px solid #666;
background: #FFF;
}
.glowing-border {
    border: 2px solid #dadada;
    border-radius: 7px;
}
 
.glowing-border:focus { 
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}
</style>
The administrator has disabled public write access.

Can not get rid of orange shadow/glow 12 years 2 days ago #22957

Hi,
You might want to check the following for the "glow" Properties>Form Theme
Check and see if it got changed to one of the color options.

If it's still set as None -- then I'm stumped and you should probably submit a ticket with the question. I've found that Support is very helpful-- they've gotten me out of all of my OEs over the years.

K
The administrator has disabled public write access.

Can not get rid of orange shadow/glow 12 years 2 days ago #22965

  • bkim
  • bkim's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Hi and thanks for your response.

I have it set to none and I got a response from my support ticket saying it could be the template. But we never defined any kind of orange glow and I'm 100% sure it is RSforms as it is the exact same glow in which the text box I'm typing in right now is... Thank you anyway.
The administrator has disabled public write access.

Can not get rid of orange shadow/glow 12 years 21 hours ago #22988

  • clint
  • clint's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 9
The orange glow may be your browser's default styling. Try the same form in a different browser to verify. If that's not the case, Firefox or Chrome's developer tools element inspector should quickly tell you where they styles are set.
Last Edit: 12 years 21 hours ago by clint.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!