Changeset 1754

Show
Ignore:
Timestamp:
2010-02-19 19:52:59 (5 months ago)
Author:
MaierMan
Message:

New more "compatible" icons

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/chrome/content/common/bindings.xml

    r1731 r1754  
    444444                                        this.appendChild(sep); 
    445445                                        let item = this.appendItem(_('unlimitedspeed'), -1); 
     446                                        item.className = "menuitem-iconic";  
    446447                                        if (iv == -1) { 
    447448                                                this.selectedItem = item; 
  • trunk/chrome/skin/manager/style.css

    r1613 r1754  
    349349#perDownloadSpeedLimit .menu-iconic-icon { 
    350350        -moz-image-region: rect(48px,144px,64px,128px); 
    351          
    352351} 
    353352#speedLimit[value="-1"], 
     
    476475 
    477476#removeDupes .menu-iconic-icon { 
    478         list-style-image: url(chrome://dta/skin/manager/dupes.png); 
    479         -moz-image-region: auto; 
     477        -moz-image-region: rect(64px,96px,80px,80px); 
     478
     479#removeDupes[disabled="true"] .menu-iconic-icon { 
     480        -moz-image-region: rect(80px,96px,96px,80px); 
    480481} 
    481482