Opened 18 years ago
Last modified 14 years ago
#844 confirmed New Feature
Bullet Color
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | SF | Cc: |
Description
My organization would like to see an interface that would allow for the selection of a bullet color for the unordered lists.
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1351640&group_id=75348&atid=543656
Change History (5)
comment:1 Changed 18 years ago by
| Reporter: | changed from Martin Kou to mprittie@… |
|---|
comment:2 Changed 18 years ago by
| Keywords: | Confirmed added |
|---|
comment:5 Changed 14 years ago by
#8741 is another ticket that concerns changing font-sizes and colors bullets/numbers.

Currently the bulleted list colors are only available by using a style in a <li> tag:
Example:
<ul> <li style="color: rgb(255, 102, 0);">Red dots</li> </ul>It would be a good feature to select the color from the lists properties dialog.