summaryrefslogtreecommitdiffstats
path: root/web-gui/live/source/class/live/theme/Decoration.js
blob: 602f6c9e21e71275f94e83c07a5523695a318f17 (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("live.theme.Decoration",
{
  extend : qx.theme.modern.Decoration,

  decorations :
  {
  }
});