Changeset 570
- Timestamp:
- 2007-08-22 00:54:48 (1 year ago)
- Files:
-
- trunk/chrome/content/dta/manager/info.xul (modified) (1 diff)
- trunk/chrome/skin/common/style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/chrome/content/dta/manager/info.xul
r569 r570 23 23 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 24 24 title="&infoMultiple.value;" 25 id=" dTaDownloadInfo"25 id="DownThemAll" 26 26 onload="Dialog.load();" 27 27 buttons="accept,cancel" trunk/chrome/skin/common/style.css
r472 r570 2 2 @import 'chrome://dta-platform/skin/common.css'; 3 3 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 4 @namespace html url("http://www.w3.org/1999/xhtml"); 4 5 5 6 /* maskbutton */ … … 152 153 } 153 154 154 textbox[readonly], menulist[disabled], textbox[readonly] *, menulist[disabled] * { 155 background-color: -moz-dialog !important; 155 textbox[readonly], menulist[disabled] { 156 cursor: default !important; 157 background-color: -moz-dialog !important; 158 color: GrayText !important; 156 159 } 160 textbox[readonly] html|*.textbox-input { 161 color: GrayText !important; 162 font-style: italic; 163 }
