summaryrefslogtreecommitdiffstats
path: root/web-gui/plot/source/class/plot/theme/Appearance.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-gui/plot/source/class/plot/theme/Appearance.js')
-rw-r--r--web-gui/plot/source/class/plot/theme/Appearance.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/web-gui/plot/source/class/plot/theme/Appearance.js b/web-gui/plot/source/class/plot/theme/Appearance.js
new file mode 100644
index 0000000..e64bd3b
--- /dev/null
+++ b/web-gui/plot/source/class/plot/theme/Appearance.js
@@ -0,0 +1,18 @@
+/* ************************************************************************
+
+ Copyright:
+
+ License:
+
+ Authors:
+
+************************************************************************ */
+
+qx.Theme.define("plot.theme.Appearance",
+{
+ extend : qx.theme.modern.Appearance,
+
+ appearances :
+ {
+ }
+}); \ No newline at end of file