From efd6fd609c7e1406d40906d4aa14949345a2d5ff Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Mon, 29 Aug 2011 22:36:05 -0700 Subject: fix open ui for ie 7 --- bootstrap-1.1.1.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bootstrap-1.1.1.css') diff --git a/bootstrap-1.1.1.css b/bootstrap-1.1.1.css index 090b1d3df..ef9cbd7e6 100644 --- a/bootstrap-1.1.1.css +++ b/bootstrap-1.1.1.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Mon Aug 29 21:40:43 PDT 2011 + * Date: Mon Aug 29 22:36:01 PDT 2011 */ /* Reset.less * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). @@ -1234,6 +1234,7 @@ table .headerSortUp.purple, table .headerSortDown.purple { } .nav .dropdown-menu .dropdown-toggle.open { background-color: rgba(255, 255, 255, 0.05); + *background-color: #444; } .nav .dropdown-menu li a { color: #999; -- cgit v1.2.3