summaryrefslogtreecommitdiffstats
path: root/web-gui/hello-world/source/class/hello_world/theme/Decoration.js
blob: 9dc79bceb90e414e9ef3880065d2c667030ef96f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* ************************************************************************

   Copyright:

   License:

   Authors:

************************************************************************ */

qx.Theme.define("hello_world.theme.Decoration",
{
  extend : qx.theme.modern.Decoration,

  decorations :
  {
  }
});