diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 70e97eec22..5fda1f500c 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -5477,6 +5477,8 @@ span.overlayContainer img.overlay { display: block; white-space: nowrap; color: #606060; + height: 45px; + width: 45px; } #egw_fw_topmenu_info_items #topmenu_info_timer #topmenu_timer.running { color: black; diff --git a/pixelegg/less/layout_raster_buttons.less b/pixelegg/less/layout_raster_buttons.less index ddf2e71cae..222e8cd514 100644 --- a/pixelegg/less/layout_raster_buttons.less +++ b/pixelegg/less/layout_raster_buttons.less @@ -244,6 +244,8 @@ display: block; white-space: nowrap; color: #606060; + height: 45px; + width: 45px; } #topmenu_timer.running { color: black;