I am trying to add a circle to my subitems in the panel bar
I have tried this css code:
This does not do anything at all. I checked with firebug in firefox and my line is at the top, i have even added the !important tag to overwrite everything else. But still no help.
I am using the metro skin. Because i am keen to keep lots of the functionality it already has. I have made some small changes that worked but this one just does not.
I have attached a screenshot from firebug showing my code at the top.
Anyone know why this is happening?
I have tried this css code:
.RadPanelBar ul.rpGroup {
list-style-type
:
circle
!important
;
}
This does not do anything at all. I checked with firebug in firefox and my line is at the top, i have even added the !important tag to overwrite everything else. But still no help.
I am using the metro skin. Because i am keen to keep lots of the functionality it already has. I have made some small changes that worked but this one just does not.
I have attached a screenshot from firebug showing my code at the top.
Anyone know why this is happening?