From 77f77477ffa25aa9f92af22e22564c91a849902b Mon Sep 17 00:00:00 2001 From: Simon Beginn Date: Fri, 24 Jan 2020 23:40:54 +0100 Subject: [PATCH] Hidden IDs again --- www/enterprise_plus_fix.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/www/enterprise_plus_fix.css b/www/enterprise_plus_fix.css index ab0b233..50a35af 100644 --- a/www/enterprise_plus_fix.css +++ b/www/enterprise_plus_fix.css @@ -10,7 +10,9 @@ .enterprise-modal .enterprise-buttons .premium-switch, .enterprise-modal .enterprise-buttons .enterprise-switch, .enterprise-modal .enterprise-buttons .enterprise-plus-switch { display: none; } -.enterprise-modal .modal .enterprise-info .premium-plan, -.enterprise-modal .modal .enterprise-info .enterprise-plan { +.enterprise-modal .modal .enterprise-info .premium-plan, .enterprise-modal .modal .enterprise-info .enterprise-plan { display: none; } +.users-list .users-list-title .org-id, .users-list .user .name-container .user-id, .servers-list .server .server-title .server-id, .servers-list .server .org .org-id, .servers-list .server .host .host-id, .servers-list .server .link .link-id { + display: none; +}