Daniel:

Thank you for that explanation.  I think I am still missing something though.  
I am looking at option #1, which seems the simplest way to go, yet it is not 
working.  I checked my config.json file and it has: "QXTHEME"      : 
"client_portal.theme.Theme", and in my 
source/class/client_portal/theme/Color.js I added the following to see if I 
could at least remove the blue gradient:

qx.Theme.define("client_portal.theme.Color",
{
  extend : qx.theme.modern.Color,

  colors :
  {
        "window-captionbar-active" : "#FFFFFF",
        "window-captionbar-active-start" : "#FFFFFF",
        "window-captionbar-active-end" : "#000000",
        "window-captionbar-active-css" : "#FFFFFF"
  }
});

I then save and ./generate.py and then open the source in the browser, but 
there is no change to my window.
------------------------------------------------------------------------------
Systems Optimization Self Assessment
Improve efficiency and utilization of IT resources. Drive out cost and 
improve service delivery. Take 5 minutes to use this Systems Optimization 
Self Assessment. http://www.accelacomm.com/jaw/sdnl/114/51450054/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to