From 6a193f0d145adee9cd5d47588132f58763091cbb Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Tue, 9 Dec 2014 15:46:00 -0800 Subject: [PATCH] style(json-tree): fix formatting bools --- panel/components/json-tree/json-tree.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/panel/components/json-tree/json-tree.css b/panel/components/json-tree/json-tree.css index 232dbab..56a5982 100644 --- a/panel/components/json-tree/json-tree.css +++ b/panel/components/json-tree/json-tree.css @@ -23,7 +23,8 @@ bat-json-tree color: rgb(128, 128, 128); } -bat-json-tree .console-formatted-number { +bat-json-tree .console-formatted-number, + .console-formatted-boolean { color: rgb(28, 0, 207); }