diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-03-12 01:33:56 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-03-12 01:33:56 +1300 |
commit | ab5d21e16ac44957e04da0f06daf148af95e96be (patch) | |
tree | 13f0890e6c7c7d6ff84ec0f87dc222ccdb7da178 /web/app.css | |
parent | 525d5b80d792e742e6d101ce85531294f5dc5300 (diff) | |
download | trackermap-server-ab5d21e16ac44957e04da0f06daf148af95e96be.tar.gz trackermap-server-ab5d21e16ac44957e04da0f06daf148af95e96be.tar.bz2 trackermap-server-ab5d21e16ac44957e04da0f06daf148af95e96be.zip |
Hide icons in the device tree
Diffstat (limited to 'web/app.css')
-rw-r--r-- | web/app.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; |