Changeset 2325
- Timestamp:
- 01/25/07 17:23:37 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
rubricks_core/trunk/public/javascripts/tiny_mce/themes/advanced/css/editor_ui.css
r2315 r2325 50 50 /* Menu */ 51 51 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;} 53 53 .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;} 54 54 .mceMenu a:hover {background-color: #B6BDD2; color: black; text-decoration: none !important;}
