Changeset 2326

Show
Ignore:
Timestamp:
01/25/07 17:24:07 (2 years ago)
Author:
sato
Message:

#277

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vendor/tinymce-2.0.9_customized/tiny_mce/themes/advanced/css/editor_ui.css

    r2315 r2326  
    5050/* Menu */ 
    5151 
    52 .mceMenu {position: absolute; left: 0; top: 0; display: none; z-index: 100; background-color: white; border: 1px solid gray; font-weight: normal;} 
     52.mceMenu {position: absolute; left: 0; top: 0; display: none; z-index: 9999; background-color: white; border: 1px solid gray; font-weight: normal;} 
    5353.mceMenu a, .mceMenuTitle, .mceMenuDisabled {display: block; width: 100%; text-decoration: none; background-color: white; font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 11px; line-height: 20px; color: black;} 
    5454.mceMenu a:hover {background-color: #B6BDD2; color: black; text-decoration: none !important;}