summaryrefslogtreecommitdiffstats
path: root/core/css/apps.css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-08-26 09:57:50 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-08-26 09:57:50 +0200
commit6cbb56ac5fb3a1ad0477465ec5708ebd7f6901b5 (patch)
tree86daa467903484f7c22051aad7e1dd6f24251e1d /core/css/apps.css
parent8d1fb6059f283d4777df6114d8a61ece965c283f (diff)
downloadnextcloud-server-6cbb56ac5fb3a1ad0477465ec5708ebd7f6901b5.tar.gz
nextcloud-server-6cbb56ac5fb3a1ad0477465ec5708ebd7f6901b5.zip
remove border around bubble menu
Diffstat (limited to 'core/css/apps.css')
-rw-r--r--core/css/apps.css13
1 files changed, 1 insertions, 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;