ui: datastore/content: improve action button layout

Fix font-size to 14px to improve font-awesome rendering, add some
slight margin between the buttons so that they are not glued
together, add a slight text-shadow on mouse over.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2020-11-09 17:45:03 +01:00
parent 137a6ebcad
commit e373dcc564
2 changed files with 13 additions and 1 deletions

View File

@ -595,7 +595,7 @@ Ext.define('PBS.DataStoreContent', {
header: gettext('Actions'),
xtype: 'actioncolumn',
dataIndex: 'text',
width: 120,
width: 140,
items: [
{
handler: 'onVerify',