|
#1
| |||
| |||
| WebPoint - little bug in CSS url
As the bugtracker does not work, I report this bug here. In the CSS definitions of WebPoint there is a broken reference to a "./styles/1/" folder - it should be ""./styles/webpoint/": Wrong: HTML Code: textarea, .bginput
{
background: #ffffff url(../../styles/1/gradients/gradient_input.gif) repeat-x bottom;
color: #666666;
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
border: 1px solid #c3c3c3;
}
Correct: HTML Code: textarea, .bginput
{
background: #ffffff url(../../styles/webpoint/gradients/gradient_input.gif) repeat-x bottom;
color: #666666;
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
border: 1px solid #c3c3c3;
}
|
|
#2
| ||||
| ||||
| Re: WebPoint - little bug in CSS url
Thanks for that, very much appreciated |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| webpoint Postbit | Toxin | Pre-Sales Questions | 2 | 31-08-2008 01:18 PM |