Opened 14 years ago
Closed 14 years ago
#2799 closed task (fixed)
tundra.css theme support
Reported by: | bill | Owned by: | itorrey |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Widgets | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Modify all tundra.css rules to have format
.tundra .dojoButton { ...
And then make all tests declare tundra in body, like:
<body class="tundra">
This is so people can have multiple themes on the same page, as documented in http://dojotoolkit.org/developer/dijit/spec
Change History (4)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Initial pass is done. Anything else that needs to be done, please fix yourself or file a new bug.
Note: See
TracTickets for help on using
tickets.
(In [8329]) adding some defaults for dojo test pages and styling for the Dijit title pane. refs #2799, #2837