This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 165389

Summary: RGB function has incorrect background in CSS
Product: web Reporter: Jindrich Sedek <jsedek>
Component: CSS Visual ToolsAssignee: Jan Stola <jstola>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jindrich Sedek 2009-05-18 12:04:53 UTC
use this code in CSS file:
-------------------
        h2{
           color: rgb(1,1,1);
        }
-------------------
"rgb(" has while background instead of the green one used for the rest of CSS code, I'm afraid it's not intentional