Changes between Initial Version and Version 1 of Ticket #24308, comment 13
- Timestamp:
- 05/22/2013 02:20:52 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24308, comment 13
initial v1 1 TinyMCE picks the background-color from the body and applies it to the "Formats" drop-down (first on the second toolbar row). Unfortunately this only happens on init, so the background-color doesn't change when the body background-color changes on switching formats. This makes that drop-down look strange.1 TinyMCE picks the background-color from the editor (iframe) body and applies it to the "Formats" drop-down (first on the second toolbar row). Unfortunately this only happens on init, so the background-color doesn't change when the body background-color changes on switching formats. This makes that drop-down look strange. 2 2 3 3 As much as I hate using !important, don't see another workaround for this.