From 97b2a3964a31f9b27f9d04a68671e249939b1e55 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Wed, 7 Oct 2015 17:17:29 +0200 Subject: [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. --- core/css/apps.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'core') 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 { -- cgit v1.2.3