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

  appearances :
  {
  }
});