ui: css: improve look of fa icons
with these changes fa icons in actioncolumns, they have the same layout as <i> elements on the same line (they were slightly bigger and offset before) Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
20b3094bcb
commit
4b12879289
|
@ -123,7 +123,12 @@ table:not(.x-grid-item-selected) tr.x-grid-row.disabled {
|
|||
|
||||
/* fix action column icons */
|
||||
.x-action-col-icon {
|
||||
font-size: 14px;
|
||||
font-size: 13px;
|
||||
height: 13px;
|
||||
}
|
||||
|
||||
.x-grid-cell-inner-action-col {
|
||||
padding: 6px 10px 5px;
|
||||
}
|
||||
|
||||
.x-action-col-icon:before {
|
||||
|
|
Loading…
Reference in New Issue