Changing background image of QDialogBox Title in 2.0.2
Wed, 06/22/2011 - 15:11
I recently did an update to QCubed 2.0.2, and noticed that some of the CSS for JQuery is defined under '_core' in:
/assets/_core/css/jquery-ui-themes/ui-lightness/jquery-ui.custom.css
What I need to do is define a different background image (@ line 64) with one of my own (so I don't have the ugly orange Title Header for my dialogue boxes). However, I looked through the API docs, and I don't see a way (short of editing the CSS directly) of changing that background image. Is there a way to do that that won't force me to edit the CSS file in '_core'?

Nevermind, I totally missed the __JQUERY_CSS__ in configuration.inc.php, I need more coffee this morning :-).
I was having the same query, found the result and was about to reply but you have done that too :)