Changeset 7786 for dijit/trunk/tests/test_Tooltip.html
- Timestamp:
- 03/25/07 17:51:55 (22 months ago)
- Files:
-
- 1 modified
-
dijit/trunk/tests/test_Tooltip.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/tests/test_Tooltip.html
r7562 r7786 20 20 21 21 /* override tooltip style for this page */ 22 body .dojoTooltip { color: blue; border: solid 2px blue; padding: 4px; } 23 22 23 body .dojoTooltipContainer { color: blue; border: solid 2px blue; padding: 4px; } 24 body .dojoTooltip .dojoTooltipConnector { border-bottom-color: blue; } 25 24 26 /* and then have some tooltips that look different than the others (just for testing) */ 25 27 body .waves { color: red; font-style: italic; background: url(images/2.jpg) top right; border: red 3px dotted;}