]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
Revert "css: avoid inherit of font-size on .fa class, set to 14px"
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 3 Nov 2020 16:51:12 +0000 (17:51 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 3 Nov 2020 16:51:12 +0000 (17:51 +0100)
this is not yet safe everywhere, makes some dashboard icons quite
small

This reverts commit 96ffa5693e0eeb4b6a9664832035fbc154bc92d6.

src/css/ext6-pmx.css

index 339bcfefe2a13a906500830ee7c29d643b2cd2b2..472030a500c2bb11c24ca5c1897e5ecee989f6e0 100644 (file)
@@ -75,10 +75,6 @@ div.right-aligned {
     font-size: 14px;
 }
 
-.fa {
-    font-size: 14px;
-}
-
 .x-tab-icon-el-default {
     color: #000;
     font-size: 14px;