summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-11-10 14:05:05 +0100
committerVincent Petry <pvince81@owncloud.com>2015-11-10 17:04:52 +0100
commita2cd9708f66b05a0825e9b8bc6c65a21d1a2b5a0 (patch)
treef6e1d5bff59e53b66a81174ed2f876d8549fdaf7 /core/css
parentd7232557d99e5f237d6bc2ee5be7e5eace68b7cc (diff)
downloadnextcloud-server-a2cd9708f66b05a0825e9b8bc6c65a21d1a2b5a0.tar.gz
nextcloud-server-a2cd9708f66b05a0825e9b8bc6c65a21d1a2b5a0.zip
Set "ie" CSS class for IE10, IE11
Fixed border in file action menu
Diffstat (limited to 'core/css')
-rw-r--r--core/css/apps.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/core/css/apps.css b/core/css/apps.css
index ee68c45b1f2..33bcbf09d68 100644
--- a/core/css/apps.css
+++ b/core/css/apps.css
@@ -307,10 +307,15 @@
-o-filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75));
filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75));
}
+
.ie .bubble,
.ie #app-navigation .app-navigation-entry-menu,
.ie .bubble:after,
-.ie #app-navigation .app-navigation-entry-menu:after {
+.ie #app-navigation .app-navigation-entry-menu:after,
+.edge .bubble,
+.edge #app-navigation .app-navigation-entry-menu,
+.edge .bubble:after,
+.edge #app-navigation .app-navigation-entry-menu:after {
border: 1px solid #eee;
}
.ie8 .bubble {