Closed (works as designed)
Project:
CTI Flex
Version:
6.x-2.3
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2011 at 08:27 UTC
Updated:
2 Mar 2012 at 15:29 UTC
I use a unordered list to create a tree. When the tree is put in
How can I get rid of the dots? The attaching is the screenshot.
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot.png | 12.82 KB | henryhu |
Comments
Comment #1
ajross commentedYou need to override the CSS that sets custom bullets in blocks in blue.css (from the image I'm assuming you are using the blue/green color scheme). And you should do it in local.css which will be loaded after blue.css. Try the following and see if it fixes things:
Comment #2
ajross commentedComment #3
ajross commentedClosing due to lack of response. Hopefully the posted code resolved the problem.