Changeset 1082

Show
Ignore:
Timestamp:
2008-09-10 01:51:34 (2 months ago)
Author:
MaierMan
Message:

Apply the scale fixes only to Songbird 0.7 as for 0.8 and later it was promised to skin scale natively
http://bugzilla.songbirdnest.com/show_bug.cgi?id=12347

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/chrome.manifest

    r1077 r1082  
    5454style   chrome://dta/content/dta/manager.xul    chrome://dta/skin/common/songbird.css application=songbird@songbirdnest.com 
    5555style   chrome://dta/content/dta/select.xul     chrome://dta/skin/common/songbird.css application=songbird@songbirdnest.com 
    56 style   chrome://dta/content/preferences/prefs.xul      chrome://dta/skin/common/songbird.css application=songbird@songbirdnest.com 
     56style   chrome://dta/content/preferences/prefs.xul      chrome://dta/skin/common/songbird07.css application=songbird@songbirdnest.com appversion=0.7 
    5757overlay chrome://dta/content/preferences/interfacePane.xul chrome://dta/content/preferences/toolbarButtons.xul application=songbird@songbirdnest.com 
  • trunk/chrome/skin/common/songbird.css

    r1077 r1082  
    3333        min-width: 60px; 
    3434} 
    35  
    36 .scale-slider { 
    37         -moz-appearance: scale-horizontal !important;    
    38         height: 16px !important; 
    39         background-color: transparent !important; 
    40         background-image: url(chrome://global/skin/scale/scale-tray-horiz.gif) !important; 
    41         background-repeat: repeat-x !important; 
    42         background-attachment: scroll !important; 
    43         background-position: 0% 50% !important; 
    44         -moz-background-clip: -moz-initial !important; 
    45         -moz-background-origin: -moz-initial !important; 
    46         -moz-background-inline-policy: -moz-initial !important;  
    47 }        
    48  
    49 .scale-thumb { 
    50         -moz-appearance: scalethumb-horizontal !important; 
    51         width: 6px !important; 
    52         height: 16px !important;         
    53 } 
  • trunk/install.rdf

    r985 r1082  
    5959                        <Description> 
    6060                                <em:id>songbird@songbirdnest.com</em:id> 
    61                                 <em:minVersion>0.6</em:minVersion> 
    62                                 <em:maxVersion>0.7pre</em:maxVersion> 
     61                                <em:minVersion>0.7</em:minVersion> 
     62                                <em:maxVersion>0.8pre</em:maxVersion> 
    6363                        </Description> 
    6464                </em:targetApplication>