From 20bf24264849e82d9b5287550e524b0282264d2e Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 3 Nov 2020 17:51:12 +0100 Subject: [PATCH] Revert "css: avoid inherit of font-size on .fa class, set to 14px" this is not yet safe everywhere, makes some dashboard icons quite small This reverts commit 96ffa5693e0eeb4b6a9664832035fbc154bc92d6. --- src/css/ext6-pmx.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/css/ext6-pmx.css b/src/css/ext6-pmx.css index 339bcfe..472030a 100644 --- a/src/css/ext6-pmx.css +++ b/src/css/ext6-pmx.css @@ -75,10 +75,6 @@ div.right-aligned { font-size: 14px; } -.fa { - font-size: 14px; -} - .x-tab-icon-el-default { color: #000; font-size: 14px;