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

  decorations :
  {
  }
});