Changeset 12730 for dijit/trunk/tests/form/test_Button.html
- Timestamp:
- 02/26/08 17:58:33 (11 months ago)
- Files:
-
- 1 modified
-
dijit/trunk/tests/form/test_Button.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/tests/form/test_Button.html
r12703 r12730 16 16 .box .dijit { 17 17 margin-right: 10px; 18 }19 .dojoButtonContents {20 font-size: 1.6em;21 }22 23 /* todo: find good color for disabled menuitems, and teset */24 .dojoMenuItem2Disabled .dojoMenuItem2Label span,25 .dojoMenuItem2Disabled .dojoMenuItem2Accel span {26 color: ThreeDShadow;27 }28 29 .dojoMenuItem2Disabled .dojoMenuItem2Label span span,30 .dojoMenuItem2Disabled .dojoMenuItem2Accel span span {31 color: ThreeDHighlight;32 18 } 33 19 </style>