diff --git a/pixelegg/css/fancy.css b/pixelegg/css/fancy.css index 3693a5ed47..9f3387e04e 100644 --- a/pixelegg/css/fancy.css +++ b/pixelegg/css/fancy.css @@ -6060,8 +6060,9 @@ table.egwGridView_grid img { height: 16px; } table.egwGridView_grid et2-image { - width: 16px; - font-size: 16px; + width: 1em; + font-size: 1.5em; + display: flex; } table.egwGridView_grid tbody { border-bottom: 1px solid #000000; diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index a10974cf46..aadc59de94 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -6053,8 +6053,9 @@ table.egwGridView_grid img { height: 16px; } table.egwGridView_grid et2-image { - width: 16px; - font-size: 16px; + width: 1em; + font-size: 1.5em; + display: flex; } table.egwGridView_grid tbody { border-bottom: 1px solid #000000; diff --git a/pixelegg/less/layout_table.less b/pixelegg/less/layout_table.less index 07ff17bb6c..16c5ac8820 100755 --- a/pixelegg/less/layout_table.less +++ b/pixelegg/less/layout_table.less @@ -179,8 +179,9 @@ table.egwGridView_grid img{ .dimension_height_s;} et2-image { - width: 16px; - font-size: 16px; + width: 1em; + font-size: 1.5em; + display: flex; } tbody {