Changeset 1155 for trunk/modules/Dialogs/XinhaDialog.js
- Timestamp:
- 01/27/09 15:55:03 (3 years ago)
- Files:
-
- 1 modified
-
trunk/modules/Dialogs/XinhaDialog.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/Dialogs/XinhaDialog.js
r1144 r1155 276 276 // rootElem.style.MozUserSelect = "none"; 277 277 278 rootElem.className = 'dialog' + (this.modal ? ' modal' : ' modeless');279 if (Xinha.is_chrome) rootElem.className += ' chrome'; // Hack because border-ra adius & box-shadow don't go well together in chrome278 rootElem.className = 'dialog' + (this.modal ? '' : ' modeless'); 279 if (Xinha.is_chrome) rootElem.className += ' chrome'; // Hack because border-radius & box-shadow don't go well together in chrome 280 280 281 281 // this.background[1].appendChild(rootElem);
