Changeset 1754
- Timestamp:
- 2010-02-19 19:52:59 (5 months ago)
- Files:
-
- trunk/chrome/content/common/bindings.xml (modified) (1 diff)
- trunk/chrome/skin/manager/menu.png (modified) (previous)
- trunk/chrome/skin/manager/style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/chrome/content/common/bindings.xml
r1731 r1754 444 444 this.appendChild(sep); 445 445 let item = this.appendItem(_('unlimitedspeed'), -1); 446 item.className = "menuitem-iconic"; 446 447 if (iv == -1) { 447 448 this.selectedItem = item; trunk/chrome/skin/manager/style.css
r1613 r1754 349 349 #perDownloadSpeedLimit .menu-iconic-icon { 350 350 -moz-image-region: rect(48px,144px,64px,128px); 351 352 351 } 353 352 #speedLimit[value="-1"], … … 476 475 477 476 #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); 480 481 } 481 482
