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

  decorations :
  {
  }
});