#5729 closed defect (invalid)
nihilo tab rules not specific enough
Reported by: | dante | Owned by: | nikolai |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Dijit | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
you cannot combine nihilo tab container styles with general tundra theming on a parent element. Several rules from tundra bleed through and break the Tab Button templates.
tundra needed on body tag in this case because of tooltips on page and dojox.widget.Toaster lacking nihilo definitions.
Change History (2)
comment:1 Changed 13 years ago by
Milestone: | 1.1 |
---|---|
Resolution: | → invalid |
Status: | new → closed |
comment:2 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.
it was simply a matter of tundra rules overwriting nihilo rules. putting nihilo/layout/TabContainer.css after tundra.css in my case is a workaround.