Opened 18 years ago
Last modified 16 years ago
#598 closed New Feature
Create ToolbarBand CSS Class — at Initial Version
Reported by: | Martin Kou | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | SF Confirmed | Cc: |
Description
Need a different CSS class for each inner table band of the toolbar, named ToolbarBand (rather than Toolbar, of which applies to the outer toolbar table). Namely:
- In fck_toolbar.js, line 41, on the inner table, change
the class="Toolbar" to class="ToolbarBand"
- In fck_editor.css, add a new CSS class
named "ToolbarBand" that applies to each row of the toolbar.
We've made the changes in our version, which allows for a background image of the toolbar band (with that cool XP-style vertical gradation behind the buttons).
Thanks!