1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

White-arrow issue - almost fixed.

This commit is contained in:
Cameron
2013-02-22 03:58:05 -08:00
parent d961fef883
commit e9f0414243

View File

@@ -678,6 +678,19 @@ i.searchquery {
border-bottom: 1px solid rgb(221, 221, 221); border-bottom: 1px solid rgb(221, 221, 221);
color: rgb(153, 153, 153); 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); } body { background-color: rgb(68, 68, 68); }