Page 1 of 1

Actinic or Accordion CSS?

Posted: Wed Apr 20, 2011 6:38 am
by noms
I'd like to edit the borders in Accordion li:

.glossymenu div.submenu ul li ul li{
border-bottom: none;
border-top: 1px solid <actinic:variable name="AM-MenuBackground" selectable="false" />;
}

but wondered if I should edit the Accordion CSS (border-top:1px solid #CCC;) or should this be done in the Actinic variable (which I'm far less able to find!)?

Re: Actinic or Accordion CSS?

Posted: Wed Apr 20, 2011 10:56 am
by norman
You can do it either way. If editing accordion-glossy.css you can replace Actinic Variables with fixed code.