summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-10-07 17:18:01 +0200
committerVincent Petry <pvince81@owncloud.com>2015-10-07 17:18:01 +0200
commitb7a5d487f8613a2057d3fffdd8ad8629c6eeb47c (patch)
tree1315d41d41932834d06699caf9551841f2a9504c /core
parent97b2a3964a31f9b27f9d04a68671e249939b1e55 (diff)
downloadnextcloud-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.css1
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;
}