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:
Dominik Csapak 2020-06-12 13:34:04 +02:00 committed by Wolfgang Bumiller
parent 20b3094bcb
commit 4b12879289
1 changed files with 6 additions and 1 deletions

View File

@ -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 {