From 6cbb56ac5fb3a1ad0477465ec5708ebd7f6901b5 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 26 Aug 2015 09:57:50 +0200 Subject: [PATCH] remove border around bubble menu --- core/css/apps.css | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/core/css/apps.css b/core/css/apps.css index 620c3013829..ee0f7516b1f 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -302,7 +302,6 @@ z-index: 110; margin: -5px 14px 5px 10px; right: 0; - border: 1px solid #bbb; -webkit-filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75)); -moz-filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75)); -ms-filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75)); @@ -320,9 +319,7 @@ /* miraculous border arrow stuff */ .bubble:after, -.bubble:before, -#app-navigation .app-navigation-entry-menu:after, -#app-navigation .app-navigation-entry-menu:before { +#app-navigation .app-navigation-entry-menu:after { bottom: 100%; right: 0; /* change this to adjust the arrow position */ border: solid transparent; @@ -341,14 +338,6 @@ margin-left: -10px; } -.bubble:before, -#app-navigation .app-navigation-entry-menu:before { - border-color: rgba(187, 187, 187, 0); - border-bottom-color: #bbb; - border-width: 11px; - margin-left: -11px; -} - /* list of options for an entry */ #app-navigation .app-navigation-entry-menu ul { display: block !important;