Opened 18 years ago
Last modified 16 years ago
#598 closed New Feature
Create ToolbarBand CSS Class — at Version 2
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | SF Confirmed | Cc: |
Description (last modified by )
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!
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=947891&group_id=75348&atid=543656
Change History (2)
comment:1 Changed 18 years ago by
Reporter: | changed from Martin Kou to bpmerkel@… |
---|
comment:2 Changed 18 years ago by
Description: | modified (diff) |
---|