From ebdef578c03be9e41483062994d915a71aa55360 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Fri, 10 Apr 2020 12:01:04 +0200 Subject: [PATCH] Permissions page: Tweak icon styling - Give them a fixed width (independent of font library) - Center the icons in their column - De-emphasize the icons by applying a muted color Fixes #2016, closes #2018. --- framework/core/less/admin/PermissionsPage.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/framework/core/less/admin/PermissionsPage.less b/framework/core/less/admin/PermissionsPage.less index 08f363490..223885965 100644 --- a/framework/core/less/admin/PermissionsPage.less +++ b/framework/core/less/admin/PermissionsPage.less @@ -63,6 +63,9 @@ .icon { margin-right: 5px; font-size: 14px; + width: 18px; + text-align: center; + color: @muted-color; } } .Dropdown {