When editing CSS files, you can take advantage of typical Source Editor features, including indentation, syntax coloring, and standard clipboard commands. The IDE also provides windows and dialog boxes that can help you create CSS rules and declarations.
) in the Projects window or Files window.
Alternately, you can right-click the file node and choose Open in the popup menu.
The IDE opens the CSS file in a new Source Editor tab.
The CSS Styles window enables you to view the rules defined in a CSS file and to edit the declarations of rules for HTML elements and selectors in a CSS file. To open the CSS Styles window, choose Window > Web > CSS Styles from the main menu. The CSS Styles window opens in the main window.
You can type in the text field in the upper pane of the CSS Styles window to filter the list of rules that are displayed.
The lower pane of the CSS Styles window displays the properties and values for the declarations for the selected rule.
)
to open the Create CSS Rule dialog box.
)
to open the Add CSS Property dialog box and specify a value for the
property that you want to add. Click OK.
Alternatively, specify a value for a property in the lower pane of the CSS Styles window and press Return on your keyboard.