Changeset 570

Show
Ignore:
Timestamp:
2007-08-22 00:54:48 (1 year ago)
Author:
MaierMan
Message:

#309 pt4: fix styles

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/chrome/content/dta/manager/info.xul

    r569 r570  
    2323        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"  
    2424        title="&infoMultiple.value;"  
    25         id="dTaDownloadInfo"  
     25        id="DownThemAll"  
    2626        onload="Dialog.load();"  
    2727        buttons="accept,cancel"  
  • trunk/chrome/skin/common/style.css

    r472 r570  
    22@import 'chrome://dta-platform/skin/common.css'; 
    33@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 
     4@namespace html url("http://www.w3.org/1999/xhtml"); 
    45 
    56/* maskbutton */ 
     
    152153} 
    153154 
    154 textbox[readonly], menulist[disabled], textbox[readonly] *, menulist[disabled] * { 
    155         background-color: -moz-dialog !important; 
     155textbox[readonly], menulist[disabled] { 
     156  cursor: default !important; 
     157  background-color: -moz-dialog !important; 
     158  color: GrayText !important; 
    156159} 
     160textbox[readonly] html|*.textbox-input { 
     161  color: GrayText !important; 
     162        font-style: italic; 
     163}