[Pkg-owncloud-commits] [owncloud] 04/129: [IE] Add border to dropdown menus

David Prévot taffit at moszumanska.debian.org
Thu Nov 5 01:04:17 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit a1ce7ac8728e9ce24d71e019e1a0d462db036eca
Author: Vincent Petry <pvince81 at owncloud.com>
Date:   Wed Oct 7 17:17:29 2015 +0200

    [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(-)

diff --git a/core/css/apps.css b/core/css/apps.css
index 3122a2b..1db864b 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 {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list