Opened 12 years ago
Closed 12 years ago
#7792 closed defect (fixed)
Soria: font-weight for accordion titles bleeds to content
Reported by: | dante | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | themes | Version: | 1.2beta |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The font-weight selector for AccordionContainer (to strengthen the title) needs to be explicitly reset by a rule so it does not bleed into the content area.
The selector:
.soria .dijitAccordionPane { /* soria.css (line 338) */ color:#373941; font-size:0.9em; font-weight:bold; }
should probably include a more specific classname scoping it to the titleNode exclusively
Change History (2)
comment:1 Changed 12 years ago by
Milestone: | tbd → 1.3 |
---|---|
Owner: | changed from nonken to bill |
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
I'll fix; this is a quick one.
The question is what the
background-color: #e7e7e7
is for. Apparently it doesn't have any effect (as the nodes accordion-title and accordion-body each redefine the background color. So I'll delete that.