2011-08-27, 07:33 PM
2011-08-27, 07:35 PM
This does not qualify as general support. Try posting in the appropriate forum.
2011-08-27, 07:36 PM
Look for a similar code in your global.css:
textarea {
background: #ffffff;
color: #000000;
border: 1px solid #0f5c8e;
padding: 2px;
font-family: Verdana, Arial, Sans-Serif;
line-height: 1.4;
font-size: 13px;
}
2011-08-27, 07:38 PM
(2011-08-27, 07:36 PM)faviouz Wrote: [ -> ]Look for a similar code in your global.css:
textarea { background: #ffffff; color: #000000; border: 1px solid #0f5c8e; padding: 2px; font-family: Verdana, Arial, Sans-Serif; line-height: 1.4; font-size: 13px; }
I did this but I guess it takes time to affect?
2011-08-27, 07:41 PM
Hard-refresh the page by pressing Ctrl+F5 or Shift+F5 a couple of times. If that doesn't work, try emptying your cache.
2011-08-27, 07:46 PM
No i realized we are changing wrong thing it used to be correct then I made it into the one you posted and now i switched it back so it wasn't that with the problem if you want I can post the style sheath code