From ab5d21e16ac44957e04da0f06daf148af95e96be Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 12 Mar 2016 01:33:56 +1300 Subject: Hide icons in the device tree --- web/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/app.css b/web/app.css index eb0fdf136..0dbf94ca6 100644 --- a/web/app.css +++ b/web/app.css @@ -8,6 +8,10 @@ background-color: rgba(255, 84, 104, 0.3); } +.x-tree-icon { + display: none !important; +} + .state-indicator { position: absolute; top: -999em; -- cgit v1.2.3