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

  decorations :
  {
  }
});