summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-10-07 17:17:29 +0200
committerVincent Petry <pvince81@owncloud.com>2015-10-07 17:17:29 +0200
commit97b2a3964a31f9b27f9d04a68671e249939b1e55 (patch)
treeaebca99ca9e585fcae2cac04bdfe739f3033848f /core/css
parentcd818e7419fb39d97683ecc5803534b0ed632596 (diff)
downloadnextcloud-server-97b2a3964a31f9b27f9d04a68671e249939b1e55.tar.gz
nextcloud-server-97b2a3964a31f9b27f9d04a68671e249939b1e55.zip
[IE] Add border to dropdown menus
As a fallback because box-shadow doesn't give the same effect and drop shadow doesn't work with IE.
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 3122a2b48a1..1db864b7bcd 100644
--- a/core/css/apps.css
+++ b/core/css/apps.css
@@ -308,8 +308,13 @@
-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));
}
-.ie8 .bubble {
+.ie .bubble,
+.ie #app-navigation .app-navigation-entry-menu,
+.ie .bubble:after,
+.ie #app-navigation .app-navigation-entry-menu:after {
border: 1px solid #eee;
+}
+.ie8 .bubble {
margin-top: 18px;
}
.ie8 .bubble:after {