Today i updated to the new version and now #navigation ul from root-candys style.css has circles instead of 'none' for list-style-type. it seems that this is a fall-back scenario to system.css (as i can see in firebug, but i don't know to much about css hierarchies).
in firebug i see this:

.item-list ul li {
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
}
...
#navigation ul {
<del>list-style-image:none;
list-style-position:outside;
list-style-type:none;</del>
}

but if i open the file modules/system/system.css i can't find this part. i only get this:

.item-list ul li {
  margin: 0 0 0.25em 1.5em; /* LTR */
  padding: 0;
  list-style: disc;
}

also if i try to change the relevant parts in root-candys style.css there is no effect. for example:

#navigation .item-list {
  font-size: 94%;
  line-height: normal;
  list-style-type:none;
}

are there any better stylists or themers out there ? muchas gracias!

Comments

sign’s picture

have you tried to do a hard refresh in your browser? ctrl+f5, as there were some changes in css

carligraph’s picture

yes i tried it also in another browser an drupal cache is disabled. but style.css seems to be overwritten by system.css
maybe its only aproblem of my multisite environment. anyway, i dont find any other system.css

sign’s picture

can I see it somewhere?

carligraph’s picture

Status: Fixed » Active
StatusFileSize
new351.27 KB

sorry, this is only used for the admin-section ;)
but maybe a screenshot can give you some impressions..
ok the url is out now (but must not read by everything), see firefox tabs and go to the url/admin for example

sign’s picture

I see you have a modified version of rootcandy rigth? or are you using colour module?

btw can you login here http://sotak.co.uk/rootcandy/demo
with user: demo and pass: demo
and visit http://sotak.co.uk/rootcandy/demo/admin
and see if you can spot the problem there? I can't replicate it

sign’s picture

ok I see you are using a modified version of rootcandy through color wheel, try to rebuild that theme via visiting the theme settings, set it to defaul color, save and then create your theme again, it will use the new styles

carligraph’s picture

StatusFileSize
new30.43 KB

i also cant figure it out. maybe it depends on the multisite setup..
the difference at your site is visible in the attachment. if i debug my site i dont have the "#navigation .item-list ul li {" - element.
thanks for that much replys. however, its not that much important i only wanted to archive it, if someone has the same issue.

carligraph’s picture

Status: Active » Closed (fixed)

it was only a quiz:you gained 3 million ;)
with your solution it works now, thanks!

sign’s picture

Status: Closed (fixed) » Fixed

ok great,
thanks for pointing that out tho

btw its a good practice to keep issues open, they will be automaticaly closed after 14 days inactivity when status is fixed. also others can find it in issues while its marked as fixed...

carligraph’s picture

ah, ok thanks one more - that was my intention too!

Status: Active » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.