Changeset 624
- Timestamp:
- 12/29/06 16:49:29 (6 years ago)
- Files:
-
- 1 modified
-
trunk/popups/color_picker.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/popups/color_picker.js
r600 r624 112 112 this.table.style.border = '1px solid WindowFrame'; 113 113 this.table.style.backgroundColor = '#fff'; 114 this.table.style.zIndex = '1000'; 114 115 // Add a title bar and close button 115 116 var tr = document.createElement('tr');
