mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-28 15:57:52 +00:00
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:
parent
017e3e306d
commit
96ffa5693e
@ -75,6 +75,10 @@ div.right-aligned {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.fa {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.x-tab-icon-el-default {
|
||||
color: #000;
|
||||
font-size: 14px;
|
||||
|
Loading…
Reference in New Issue
Block a user