In a pretty standard setup I'm using the Kama skin and have changed uiColor to blue. The problem is that this looks pretty bad in the dialogs:

At first I thought I could change this with a style in the header of the page, by setting background of .cke_dialog_contents to something else. This turned out not to work, because kama.js overwrites (with !important) this when the dialog is shown. (var cssProperties = "background-color: $color !important;";)
Any ideas as to how to change the background color of the dialog, without changing kama.js? (I prefer not make changes to CKEditor files!)

At first I thought I could change this with a style in the header of the page, by setting background of .cke_dialog_contents to something else. This turned out not to work, because kama.js overwrites (with !important) this when the dialog is shown. (var cssProperties = "background-color: $color !important;";)
Any ideas as to how to change the background color of the dialog, without changing kama.js? (I prefer not make changes to CKEditor files!)

Re: Kama skin and dialog background color
Re: Kama skin and dialog background color