Show
Ignore:
Timestamp:
02/26/08 17:58:33 (11 months ago)
Author:
doughays
Message:

Fixes #6003. Change testcase classes to have a higher priority by adding body selector to the css rule. Removed some unsued css rules from testcases.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/tests/form/test_Button.html

    r12703 r12730  
    1616                        .box .dijit { 
    1717                                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; 
    3218                        } 
    3319                </style>