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

  appearances :
  {
  }
});