diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-10-07 17:18:01 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-10-07 17:18:01 +0200 |
commit | b7a5d487f8613a2057d3fffdd8ad8629c6eeb47c (patch) | |
tree | 1315d41d41932834d06699caf9551841f2a9504c /core | |
parent | 97b2a3964a31f9b27f9d04a68671e249939b1e55 (diff) | |
download | nextcloud-server-b7a5d487f8613a2057d3fffdd8ad8629c6eeb47c.tar.gz nextcloud-server-b7a5d487f8613a2057d3fffdd8ad8629c6eeb47c.zip |
[IE9] Set explicit height to file actions menu icon
IE9 flattened the icons, so give it an explicit height.
Diffstat (limited to 'core')
-rw-r--r-- | core/css/apps.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |