Changeset 13691

Show
Ignore:
Timestamp:
05/11/08 23:39:30 (2 months ago)
Author:
bill
Message:

Remove grid's references to removed tundra arrow files.
Grid has it's own version of arrows that look fine.
(It would be better to reference the tundra sprite image perhaps but grid's design precludes that, since there isn't a separate <div> for the icon)
Refs #6649.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/grid/resources/tundraGrid.css

    r13377 r13691  
    6767        background: url(../../../dijit/themes/tundra/images/tabHover.png) #e9e9e9 repeat-x top; 
    6868        color: #000 !important; 
    69 } 
    70  
    71 .tundra .dojoxGrid-sort-down { 
    72         background: url(../../../dijit/themes/tundra/images/arrowDown.png) right no-repeat; 
    73         padding-left: 0px; 
    74         margin-left: 0px; 
    75 } 
    76  
    77 .tundra .dojoxGrid-sort-up { 
    78         background: url(../../../dijit/themes/tundra/images/arrowUp.png) right no-repeat; 
    79         padding-left: 0px; 
    80         margin-left: 0px; 
    8169} 
    8270