From e9f04142437ae3b292e85809a8d34b33fe85ba20 Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 22 Feb 2013 03:58:05 -0800 Subject: [PATCH] White-arrow issue - almost fixed. --- e107_themes/bootstrap/admin_style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/e107_themes/bootstrap/admin_style.css b/e107_themes/bootstrap/admin_style.css index ddf3eeb35..98503cb18 100644 --- a/e107_themes/bootstrap/admin_style.css +++ b/e107_themes/bootstrap/admin_style.css @@ -678,6 +678,19 @@ i.searchquery { border-bottom: 1px solid rgb(221, 221, 221); color: rgb(153, 153, 153); } + +.popover, +.popover-title { + background-image: -moz-linear-gradient(center top , rgb(253, 253, 253) 0%, rgb(234, 234, 234) 100%); + border-bottom: 0px; +} + +/* Attempt to Hide the white arrow */ +.navbar .navbar-inner .nav > li > .dropdown-menu:after { + display: none !important; + content: none; +} + /* body { background-color: rgb(68, 68, 68); }