Changeset 624

Show
Ignore:
Timestamp:
12/29/06 16:49:29 (6 years ago)
Author:
ray
Message:

Ticket #894 color_picker.js:

add z-index to color picker to show it over full screen editor

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/popups/color_picker.js

    r600 r624  
    112112    this.table.style.border = '1px solid WindowFrame'; 
    113113    this.table.style.backgroundColor = '#fff'; 
     114    this.table.style.zIndex = '1000'; 
    114115    // Add a title bar and close button 
    115116    var tr = document.createElement('tr');