From c254a5b100b9ea011dc35b4079ce184e5c842135 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 22 Aug 2017 19:23:03 +0200 Subject: Adding control panel sample HTML5 UI Change-Id: Id7cb7e3f1a817000c9054139922bdf9e3e21a0a8 Signed-off-by: Romain Forlot --- htdocs/AudioBinding.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 htdocs/AudioBinding.css (limited to 'htdocs/AudioBinding.css') diff --git a/htdocs/AudioBinding.css b/htdocs/AudioBinding.css new file mode 100644 index 0000000..1052aa7 --- /dev/null +++ b/htdocs/AudioBinding.css @@ -0,0 +1,7 @@ +pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; } +.string { color: green; } +.number { color: darkorange; } +.boolean { color: blue; } +.null { color: magenta; } +.key { color: red; } + -- cgit 1.2.3-korg