@qooxdoo/framework
Version:
The JS Framework for Coders
31 lines (23 loc) • 698 B
JavaScript
/* ************************************************************************
qooxdoo - the new era of web development
http://qooxdoo.org
License:
MIT: https://opensource.org/licenses/MIT
See the LICENSE file in the project's top-level directory for details.
Authors:
* Scott Knick (sknick)
* Dmitrii Zolotov (goldim)
************************************************************************ */
/**
* The indigo dark qooxdoo decoration theme.
*/
qx.Theme.define("qx.theme.indigo.DecorationDark", {
extend: qx.theme.indigo.Decoration,
decorations: {
"menubar-button-hovered": {
style: {
backgroundColor: "background"
}
}
}
});