From b7a5d487f8613a2057d3fffdd8ad8629c6eeb47c Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Wed, 7 Oct 2015 17:18:01 +0200 Subject: [IE9] Set explicit height to file actions menu icon IE9 flattened the icons, so give it an explicit height. --- core/css/apps.css | 1 + 1 file changed, 1 insertion(+) (limited to 'core') diff --git a/core/css/apps.css b/core/css/apps.css index 1db864b7bcd..4271d3991d6 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -696,6 +696,7 @@ em { .popovermenu .menuitem .no-icon { display: inline-block; width: 16px; + height: 16px; margin-right: 10px; } -- cgit v1.2.3