css: avoid inherit of font-size on .fa class, set to 14px

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-11-03 12:40:14 +01:00
parent 017e3e306d
commit 96ffa5693e

View File

@ -75,6 +75,10 @@ div.right-aligned {
font-size: 14px;
}
.fa {
font-size: 14px;
}
.x-tab-icon-el-default {
color: #000;
font-size: 14px;